ComputeFleetProperties.CapacityType Property
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.
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)