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