IpamIPType Struct

Definition

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