RollingUpgradePolicy 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
RollingUpgradePolicy() | |
RollingUpgradePolicy(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String) |
RollingUpgradePolicy()
public RollingUpgradePolicy ();
Public Sub New ()
Applies to
RollingUpgradePolicy(Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String)
public RollingUpgradePolicy (int? maxBatchInstancePercent = default, int? maxUnhealthyInstancePercent = default, int? maxUnhealthyUpgradedInstancePercent = default, string pauseTimeBetweenBatches = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradePolicy : Nullable<int> * Nullable<int> * Nullable<int> * string -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.RollingUpgradePolicy
Public Sub New (Optional maxBatchInstancePercent As Nullable(Of Integer) = Nothing, Optional maxUnhealthyInstancePercent As Nullable(Of Integer) = Nothing, Optional maxUnhealthyUpgradedInstancePercent As Nullable(Of Integer) = Nothing, Optional pauseTimeBetweenBatches As String = Nothing)
Parameters
- pauseTimeBetweenBatches
- String