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