IPublicIPAddressPropertiesFormat.PublicIPAddressVersion Property

Definition

The public IP address version.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The public IP address version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion) }, ReadOnly=false, Required=false, SerializedName="publicIPAddressVersion")]
public Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion? PublicIPAddressVersion { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Description="The public IP address version.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion) }, ReadOnly=false, Required=false, SerializedName="publicIPAddressVersion")>]
member this.PublicIPAddressVersion : Nullable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.IPVersion> with get, set
Public Property PublicIPAddressVersion As Nullable(Of IPVersion)

Property Value

Attributes

Applies to