ZonePreference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Zone preferences for Compute Fleet zone allocation policy.
public class ZonePreference : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ComputeFleet.Models.ZonePreference>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ComputeFleet.Models.ZonePreference>
type ZonePreference = class
interface IJsonModel<ZonePreference>
interface IPersistableModel<ZonePreference>
Public Class ZonePreference
Implements IJsonModel(Of ZonePreference), IPersistableModel(Of ZonePreference)
- Inheritance
-
ZonePreference
- Implements
Constructors
| Name | Description |
|---|---|
| ZonePreference(String) |
Initializes a new instance of ZonePreference. |
Properties
| Name | Description |
|---|---|
| Rank |
The rank of the zone. This is used with 'Prioritized' ZoneDistributionStrategy. The lower the number, the higher the priority, starting with 0. 0 is the highest rank. If not specified, defaults to lowest rank. |
| Zone |
Name of the zone. |