ComputeScheduleDistributionStrategy Struct

Definition

The distribution strategy for zone allocation.

public readonly struct ComputeScheduleDistributionStrategy : IEquatable<Azure.ResourceManager.ComputeSchedule.Models.ComputeScheduleDistributionStrategy>
type ComputeScheduleDistributionStrategy = struct
Public Structure ComputeScheduleDistributionStrategy
Implements IEquatable(Of ComputeScheduleDistributionStrategy)
Inheritance
ComputeScheduleDistributionStrategy
Implements

Constructors

Name Description
ComputeScheduleDistributionStrategy(String)

Initializes a new instance of ComputeScheduleDistributionStrategy.

Properties

Name Description
BestEffortBalanced

Platform attempts to evenly distribute VMs across all available zones with best effort.

BestEffortSingleZone

Platform attempts to place as many VMs as possible in a single zone, falls back to multiple zones if needed.

Prioritized

Platform uses customer-provided zone rankings to allocate VMs.

StrictBalanced

Platform must evenly distribute VMs across zones, request is rejected if exact balance cannot be achieved.

Methods

Name Description
Equals(ComputeScheduleDistributionStrategy)

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(ComputeScheduleDistributionStrategy, ComputeScheduleDistributionStrategy)

Determines if two ComputeScheduleDistributionStrategy values are the same.

Implicit(String to ComputeScheduleDistributionStrategy)

Converts a string to a ComputeScheduleDistributionStrategy.

Implicit(String to Nullable<ComputeScheduleDistributionStrategy>)
Inequality(ComputeScheduleDistributionStrategy, ComputeScheduleDistributionStrategy)

Determines if two ComputeScheduleDistributionStrategy values are not the same.

Applies to