你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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