ArmComputeFleetModelFactory.RegularPriorityProfile Method
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.
public static Azure.ResourceManager.ComputeFleet.Models.RegularPriorityProfile RegularPriorityProfile(int? capacity = default, int? minCapacity = default, Azure.ResourceManager.ComputeFleet.Models.RegularPriorityAllocationStrategy? allocationStrategy = default);
static member RegularPriorityProfile : Nullable<int> * Nullable<int> * Nullable<Azure.ResourceManager.ComputeFleet.Models.RegularPriorityAllocationStrategy> -> Azure.ResourceManager.ComputeFleet.Models.RegularPriorityProfile
Public Shared Function RegularPriorityProfile (Optional capacity As Nullable(Of Integer) = Nothing, Optional minCapacity As Nullable(Of Integer) = Nothing, Optional allocationStrategy As Nullable(Of RegularPriorityAllocationStrategy) = Nothing) As RegularPriorityProfile
Parameters
Minimum capacity to achieve which cannot be updated. If we will not be able to "guarantee" minimum capacity, we will reject the request in the sync path itself.
- allocationStrategy
- Nullable<RegularPriorityAllocationStrategy>
Allocation strategy to follow when determining the VM sizes distribution for Regular VMs.
Returns
A new RegularPriorityProfile instance for mocking.