Share via


AzureApplicationGatewaySkuBase.Tier Property

Definition

[System.Management.Automation.Parameter(HelpMessage="Application gateway tier", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Standard", "WAF", "Standard_v2", "WAF_v2", "Basic" }, IgnoreCase=true)]
public string Tier { get; set; }
[System.Management.Automation.Parameter(HelpMessage="Application gateway tier", Mandatory=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
[System.Management.Automation.ValidateSet(new System.String[] { "Standard", "WAF" }, IgnoreCase=true)]
public string Tier { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="Application gateway tier", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Standard", "WAF", "Standard_v2", "WAF_v2", "Basic" }, IgnoreCase=true)>]
member this.Tier : string with get, set
[<System.Management.Automation.Parameter(HelpMessage="Application gateway tier", Mandatory=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
[<System.Management.Automation.ValidateSet(new System.String[] { "Standard", "WAF" }, IgnoreCase=true)>]
member this.Tier : string with get, set
Public Property Tier As String

Property Value

Attributes

Applies to