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

IClusterPatchProperties.UpdateStrategyMaxUnavailable Property

Definition

The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack. Limited by the maximum number of machines in the increment. Defaults to the whole increment size.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.\r\n        Limited by the maximum number of machines in the increment. Defaults to the whole increment size.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="maxUnavailable")]
public long? UpdateStrategyMaxUnavailable { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Description="The maximum number of worker nodes that can be offline within the increment of update, e.g., rack-by-rack.\r\n        Limited by the maximum number of machines in the increment. Defaults to the whole increment size.", PossibleTypes=new System.Type[] { typeof(System.Int64) }, ReadOnly=false, Required=false, SerializedName="maxUnavailable")>]
member this.UpdateStrategyMaxUnavailable : Nullable<int64> with get, set
Public Property UpdateStrategyMaxUnavailable As Nullable(Of Long)

Property Value

Attributes

Applies to