IPublicIPAddressPropertiesFormat.PublicIPAllocationMethod 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 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