Language

IIPConfiguration.PrivateIPAllocationMethod Property

Definition

Private IP address allocation method.

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

Property Value

Attributes

Applies to