IPAllocationType 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.
The type of the IP address allocation, defaulted to "DualStack".
public readonly struct IPAllocationType : IEquatable<Azure.ResourceManager.NetworkCloud.Models.IPAllocationType>
type IPAllocationType = struct
Public Structure IPAllocationType
Implements IEquatable(Of IPAllocationType)
- Inheritance
-
IPAllocationType
- Implements
Constructors
IPAllocationType(String) |
Initializes a new instance of IPAllocationType. |
Properties
DualStack |
DualStack. |
IPV4 |
IPV4. |
IPV6 |
IPV6. |
Methods
Equals(IPAllocationType) |
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(IPAllocationType, IPAllocationType) |
Determines if two IPAllocationType values are the same. |
Implicit(String to IPAllocationType) |
Converts a string to a IPAllocationType. |
Inequality(IPAllocationType, IPAllocationType) |
Determines if two IPAllocationType values are not the same. |
Applies to
Azure SDK for .NET