Freigeben über


IFrontendIPConfiguration.PrivateIPAllocationMethod Property

Definition

The Private IP allocation method.

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

Property Value

Attributes

Applies to