你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

RollingUpgradePolicy Constructors

Definition

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

maxBatchInstancePercent
Nullable<Int32>
maxUnhealthyInstancePercent
Nullable<Int32>
maxUnhealthyUpgradedInstancePercent
Nullable<Int32>
pauseTimeBetweenBatches
String

Applies to