Share via


INicIPSettings.AllocationMethod Property

Definition

Gets or sets the nic allocation method.

[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.PSArgumentCompleter(new System.String[] { "unset", "dynamic", "static", "linklayer", "random", "other" })]
[Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the nic allocation method.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allocationMethod", Update=true)]
public string AllocationMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.PSArgumentCompleter(new System.String[] { "unset", "dynamic", "static", "linklayer", "random", "other" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.Info(Create=true, Description="Gets or sets the nic allocation method.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="allocationMethod", Update=true)>]
member this.AllocationMethod : string with get, set
Public Property AllocationMethod As String

Property Value

Attributes

Applies to