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
| Name | Description |
|---|---|
| IPAllocationType(String) |
Initializes a new instance of IPAllocationType. |
Properties
| Name | Description |
|---|---|
| DualStack |
DualStack. |
| IPV4 |
IPV4. |
| IPV6 |
IPV6. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |