IPAddressAllocationMethod 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.
IP address allocation method.
public readonly struct IPAddressAllocationMethod : IEquatable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.IPAddressAllocationMethod>
type IPAddressAllocationMethod = struct
Public Structure IPAddressAllocationMethod
Implements IEquatable(Of IPAddressAllocationMethod)
- Inheritance
-
IPAddressAllocationMethod
- Implements
Constructors
IPAddressAllocationMethod(String) |
Initializes a new instance of IPAddressAllocationMethod. |
Properties
Dynamic |
dynamic. |
Linklayer |
linklayer. |
Other |
other. |
Random |
random. |
Static |
static. |
Unset |
unset. |
Methods
Equals(IPAddressAllocationMethod) |
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(IPAddressAllocationMethod, IPAddressAllocationMethod) |
Determines if two IPAddressAllocationMethod values are the same. |
Implicit(String to IPAddressAllocationMethod) |
Converts a string to a IPAddressAllocationMethod. |
Inequality(IPAddressAllocationMethod, IPAddressAllocationMethod) |
Determines if two IPAddressAllocationMethod values are not the same. |
Applies to
Azure SDK for .NET