IPublicIPAddressPropertiesFormat.PublicIPAddressVersion Property

Definition

The public IP address version.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "IPv4", "IPv6" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The public IP address version.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIPAddressVersion", Update=true)]
public string PublicIPAddressVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "IPv4", "IPv6" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=true, Description="The public IP address version.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="publicIPAddressVersion", Update=true)>]
member this.PublicIPAddressVersion : string with get, set
Public Property PublicIPAddressVersion As String

Property Value

Attributes

Applies to