HciVmIPAllocationMethod 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.
IPAllocationMethod - The IP address allocation method. Possible values include: 'Static', 'Dynamic'.
public readonly struct HciVmIPAllocationMethod : IEquatable<Azure.ResourceManager.Hci.Vm.Models.HciVmIPAllocationMethod>
type HciVmIPAllocationMethod = struct
Public Structure HciVmIPAllocationMethod
Implements IEquatable(Of HciVmIPAllocationMethod)
- Inheritance
-
HciVmIPAllocationMethod
- Implements
Constructors
| Name | Description |
|---|---|
| HciVmIPAllocationMethod(String) |
Initializes a new instance of HciVmIPAllocationMethod. |
Properties
| Name | Description |
|---|---|
| Dynamic |
Dynamic IP allocation method. |
| Static |
Static IP allocation method. |
Methods
| Name | Description |
|---|---|
| Equals(HciVmIPAllocationMethod) |
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
| Name | Description |
|---|---|
| Equality(HciVmIPAllocationMethod, HciVmIPAllocationMethod) |
Determines if two HciVmIPAllocationMethod values are the same. |
| Implicit(String to HciVmIPAllocationMethod) |
Converts a String to a HciVmIPAllocationMethod. |
| Inequality(HciVmIPAllocationMethod, HciVmIPAllocationMethod) |
Determines if two HciVmIPAllocationMethod values are not the same. |