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

IPublicIPAddressPropertiesFormat.PublicIPAllocationMethod Property

Definition

The public IP address allocation method.

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

Property Value

Attributes

Applies to