IInboundNatRulePropertiesFormat.PrivateIPAllocationMethod Property

Definition

The private IP address allocation method.

[Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Static", "Dynamic" })]
[Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="The private IP address allocation method.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateIPAllocationMethod", Update=false)]
public string PrivateIPAllocationMethod { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.PSArgumentCompleter(new System.String[] { "Static", "Dynamic" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Runtime.Info(Create=false, Description="The private IP address allocation method.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="privateIPAllocationMethod", Update=false)>]
member this.PrivateIPAllocationMethod : string
Public ReadOnly Property PrivateIPAllocationMethod As String

Property Value

Attributes

Applies to