IPAllocationMethodEnum 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 IPAllocationMethodEnum : IEquatable<Azure.ResourceManager.Hci.Models.IPAllocationMethodEnum>
type IPAllocationMethodEnum = struct
Public Structure IPAllocationMethodEnum
Implements IEquatable(Of IPAllocationMethodEnum)
- Inheritance
-
IPAllocationMethodEnum
- Implements
Constructors
IPAllocationMethodEnum(String) |
Initializes a new instance of IPAllocationMethodEnum. |
Properties
Dynamic |
Dynamic. |
Static |
Static. |
Methods
Equals(IPAllocationMethodEnum) |
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(IPAllocationMethodEnum, IPAllocationMethodEnum) |
Determines if two IPAllocationMethodEnum values are the same. |
Implicit(String to IPAllocationMethodEnum) |
Converts a string to a IPAllocationMethodEnum. |
Inequality(IPAllocationMethodEnum, IPAllocationMethodEnum) |
Determines if two IPAllocationMethodEnum values are not the same. |
Applies to
Azure SDK for .NET