Sdílet prostřednictvím


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