Share via


IVirtualMachine.CloudServiceNetworkAttachmentIPAllocationMethod Property

Definition

The IP allocation mechanism for the virtual machine. Dynamic and Static are only valid for l3Network which may also specify Disabled. Otherwise, Disabled is the only permitted value.

[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Dynamic", "Static", "Disabled" })]
[Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The IP allocation mechanism for the virtual machine.\r\n        Dynamic and Static are only valid for l3Network which may also specify Disabled.\r\n        Otherwise, Disabled is the only permitted value.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAllocationMethod", Update=false)]
public string CloudServiceNetworkAttachmentIPAllocationMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.PSArgumentCompleter(new System.String[] { "Dynamic", "Static", "Disabled" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(Create=true, Description="The IP allocation mechanism for the virtual machine.\r\n        Dynamic and Static are only valid for l3Network which may also specify Disabled.\r\n        Otherwise, Disabled is the only permitted value.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipAllocationMethod", Update=false)>]
member this.CloudServiceNetworkAttachmentIPAllocationMethod : string with get, set
Public Property CloudServiceNetworkAttachmentIPAllocationMethod As String

Property Value

Attributes

Applies to