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

AzureApplicationGatewaySkuBase.Capacity Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Application gateway instance count")]
[System.Management.Automation.ValidateNotNullOrEmpty]
public int? Capacity { get; set; }
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.Parameter(HelpMessage="Application gateway instance count", Mandatory=true)]
public int Capacity { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Application gateway instance count")>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Capacity : Nullable<int> with get, set
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.Parameter(HelpMessage="Application gateway instance count", Mandatory=true)>]
member this.Capacity : int with get, set
Public Property Capacity As Nullable(Of Integer)
Public Property Capacity As Integer

Property Value

Attributes

Applies to