VirtualMachineIPAllocationMethod Struct
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethodTypeConverter))]
public struct VirtualMachineIPAllocationMethod : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethod>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Support.VirtualMachineIPAllocationMethodTypeConverter))>]
type VirtualMachineIPAllocationMethod = struct
interface IArgumentCompleter
Public Structure VirtualMachineIPAllocationMethod
Implements IArgumentCompleter, IEquatable(Of VirtualMachineIPAllocationMethod)
- Inheritance
-
VirtualMachineIPAllocationMethod
- Attributes
- Implements
Fields
Disabled | |
Dynamic | |
Static |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type VirtualMachineIPAllocationMethod (override for Object) |
Equals(VirtualMachineIPAllocationMethod) |
Compares values of enum type VirtualMachineIPAllocationMethod |
GetHashCode() |
Returns hashCode for enum VirtualMachineIPAllocationMethod |
ToString() |
Returns string representation for VirtualMachineIPAllocationMethod |
Operators
Equality(VirtualMachineIPAllocationMethod, VirtualMachineIPAllocationMethod) |
Overriding == operator for enum VirtualMachineIPAllocationMethod |
Implicit(String to VirtualMachineIPAllocationMethod) |
Implicit operator to convert string to VirtualMachineIPAllocationMethod |
Implicit(VirtualMachineIPAllocationMethod to String) |
Implicit operator to convert VirtualMachineIPAllocationMethod to string |
Inequality(VirtualMachineIPAllocationMethod, VirtualMachineIPAllocationMethod) |
Overriding != operator for enum VirtualMachineIPAllocationMethod |