ComputeFleetProperties.CapacityType Property

Definition

Specifies capacity type for Fleet Regular and Spot priority profiles. capacityType is an immutable property. Once set during Fleet creation, it cannot be updated. Specifying different capacity type for Fleet Regular and Spot priority profiles is not allowed.

public Azure.ResourceManager.ComputeFleet.Models.ComputeFleetCapacityType? CapacityType { get; set; }
member this.CapacityType : Nullable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetCapacityType> with get, set
Public Property CapacityType As Nullable(Of ComputeFleetCapacityType)

Property Value

Applies to