IVirtualMachine.CloudServiceNetworkAttachmentIPAllocationMethod Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod) }, ReadOnly=false, Required=true, SerializedName="ipAllocationMethod")]
public Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod CloudServiceNetworkAttachmentIPAllocationMethod { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.Info(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(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod) }, ReadOnly=false, Required=true, SerializedName="ipAllocationMethod")>]
member this.CloudServiceNetworkAttachmentIPAllocationMethod : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod with get, set
Public Property CloudServiceNetworkAttachmentIPAllocationMethod As VirtualMachineIPAllocationMethod
Property Value
- Attributes