Udostępnij za pośrednictwem


AzureApplicationGatewaySkuBase.Name Property

Definition

[System.Management.Automation.Parameter(HelpMessage="The name of the SKU", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2", "Basic" }, IgnoreCase=true)]
public string Name { get; set; }
[System.Management.Automation.Parameter(HelpMessage="The name of the SKU", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large" }, IgnoreCase=true)]
public string Name { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The name of the SKU", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large", "Standard_v2", "WAF_v2", "Basic" }, IgnoreCase=true)>]
member this.Name : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="The name of the SKU", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Standard_Small", "Standard_Medium", "Standard_Large", "WAF_Medium", "WAF_Large" }, IgnoreCase=true)>]
member this.Name : string with get, set
Public Property Name As String

Property Value

Attributes

Applies to