IPublicIPAddressSku.Tier Property

Definition

Tier of a public IP address SKU.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Regional", "Global" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Tier of a public IP address SKU.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tier", Update=true)]
public string Tier { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Regional", "Global" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="Tier of a public IP address SKU.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="tier", Update=true)>]
member this.Tier : string with get, set
Public Property Tier As String

Property Value

Attributes

Applies to