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