ComputeFleetZoneDistributionStrategy Struct
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.
Distribution strategies for Compute Fleet zone allocation policy.
public readonly struct ComputeFleetZoneDistributionStrategy : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetZoneDistributionStrategy>
type ComputeFleetZoneDistributionStrategy = struct
Public Structure ComputeFleetZoneDistributionStrategy
Implements IEquatable(Of ComputeFleetZoneDistributionStrategy)
- Inheritance
-
ComputeFleetZoneDistributionStrategy
- Implements
Constructors
| Name | Description |
|---|---|
| ComputeFleetZoneDistributionStrategy(String) |
Initializes a new instance of ComputeFleetZoneDistributionStrategy. |
Properties
| Name | Description |
|---|---|
| BestEffortSingleZone |
Default. Compute Fleet allocates all Fleet capacity within a single zone based on best effort. If capacity is not available, Compute Fleet can allocate capacity in different zones. |
| Prioritized |
Compute Fleet allocates capacity based on zone preferences. Higher priority zones are filled first before allocating to lower priority zones. |
Methods
| Name | Description |
|---|---|
| Equals(ComputeFleetZoneDistributionStrategy) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(ComputeFleetZoneDistributionStrategy, ComputeFleetZoneDistributionStrategy) |
Determines if two ComputeFleetZoneDistributionStrategy values are the same. |
| Implicit(String to ComputeFleetZoneDistributionStrategy) |
Converts a string to a ComputeFleetZoneDistributionStrategy. |
| Implicit(String to Nullable<ComputeFleetZoneDistributionStrategy>) | |
| Inequality(ComputeFleetZoneDistributionStrategy, ComputeFleetZoneDistributionStrategy) |
Determines if two ComputeFleetZoneDistributionStrategy values are not the same. |