IPublicIPAddressPropertiesFormat.PublicIPAddressVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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