IPAllocationType Struct

Definition

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

The DualStack address allocation type.

IPV4

The IPV4 address allocation type.

IPV6

The IPV6 address allocation type.

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.

Implicit(String to Nullable<IPAllocationType>)
Inequality(IPAllocationType, IPAllocationType)

Determines if two IPAllocationType values are not the same.

Applies to