Uses of Class
com.azure.resourcemanager.compute.models.PriorityMixPolicy
Packages that use PriorityMixPolicy
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of PriorityMixPolicy in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return PriorityMixPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.priorityMixPolicy()Get the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.VirtualMachineScaleSetProperties.priorityMixPolicy()Get the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.VirtualMachineScaleSetUpdateProperties.priorityMixPolicy()Get the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type PriorityMixPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetInner.withPriorityMixPolicy(PriorityMixPolicy priorityMixPolicy) Set the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.VirtualMachineScaleSetProperties.withPriorityMixPolicy(PriorityMixPolicy priorityMixPolicy) Set the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.VirtualMachineScaleSetUpdateProperties.withPriorityMixPolicy(PriorityMixPolicy priorityMixPolicy) Set the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance. -
Uses of PriorityMixPolicy in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return PriorityMixPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.priorityMixPolicy()Get the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.PriorityMixPolicy.withBaseRegularPriorityCount(Integer baseRegularPriorityCount) Set the baseRegularPriorityCount property: The base number of regular priority VMs that will be created in this scale set as it scales out.PriorityMixPolicy.withRegularPriorityPercentageAboveBase(Integer regularPriorityPercentageAboveBase) Set the regularPriorityPercentageAboveBase property: The percentage of VM instances, after the base regular priority count has been reached, that are expected to use regular priority.Methods in com.azure.resourcemanager.compute.models with parameters of type PriorityMixPolicyModifier and TypeMethodDescriptionVirtualMachineScaleSetUpdate.withPriorityMixPolicy(PriorityMixPolicy priorityMixPolicy) Set the priorityMixPolicy property: Specifies the desired targets for mixing Spot and Regular priority VMs within the same VMSS Flex instance.