Share via


VirtualMachineIPAllocationMethod Struct

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.

public readonly struct VirtualMachineIPAllocationMethod : IEquatable<Azure.ResourceManager.NetworkCloud.Models.VirtualMachineIPAllocationMethod>
type VirtualMachineIPAllocationMethod = struct
Public Structure VirtualMachineIPAllocationMethod
Implements IEquatable(Of VirtualMachineIPAllocationMethod)
Inheritance
VirtualMachineIPAllocationMethod
Implements

Constructors

VirtualMachineIPAllocationMethod(String)

Initializes a new instance of VirtualMachineIPAllocationMethod.

Properties

Disabled

Disabled.

Dynamic

Dynamic.

Static

Static.

Methods

Equals(VirtualMachineIPAllocationMethod)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(VirtualMachineIPAllocationMethod, VirtualMachineIPAllocationMethod)

Determines if two VirtualMachineIPAllocationMethod values are the same.

Implicit(String to VirtualMachineIPAllocationMethod)

Converts a string to a VirtualMachineIPAllocationMethod.

Inequality(VirtualMachineIPAllocationMethod, VirtualMachineIPAllocationMethod)

Determines if two VirtualMachineIPAllocationMethod values are not the same.

Applies to