PriorityMixPolicy Constructors
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.
Overloads
PriorityMixPolicy() |
Initializes a new instance of the PriorityMixPolicy class. |
PriorityMixPolicy(Nullable<Int32>, Nullable<Int32>) |
Initializes a new instance of the PriorityMixPolicy class. |
PriorityMixPolicy()
Initializes a new instance of the PriorityMixPolicy class.
public PriorityMixPolicy ();
Public Sub New ()
Applies to
PriorityMixPolicy(Nullable<Int32>, Nullable<Int32>)
Initializes a new instance of the PriorityMixPolicy class.
public PriorityMixPolicy (int? baseRegularPriorityCount = default, int? regularPriorityPercentageAboveBase = default);
new Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy : Nullable<int> * Nullable<int> -> Microsoft.Azure.Management.Compute.Models.PriorityMixPolicy
Public Sub New (Optional baseRegularPriorityCount As Nullable(Of Integer) = Nothing, Optional regularPriorityPercentageAboveBase As Nullable(Of Integer) = Nothing)
Parameters
The base number of regular priority VMs that will be created in this scale set as it scales out.
The percentage of VM instances, after the base regular priority count has been reached, that are expected to use regular priority.
Applies to
Azure SDK for .NET