Udostępnij za pośrednictwem


KustoClusterPublicIPType Struct

Definition

Indicates what public IP type to create - IPv4 (default), or DualStack (both IPv4 and IPv6).

public readonly struct KustoClusterPublicIPType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterPublicIPType>
type KustoClusterPublicIPType = struct
Public Structure KustoClusterPublicIPType
Implements IEquatable(Of KustoClusterPublicIPType)
Inheritance
KustoClusterPublicIPType
Implements

Constructors

KustoClusterPublicIPType(String)

Initializes a new instance of KustoClusterPublicIPType.

Properties

DualStack

DualStack.

IPv4

IPv4.

Methods

Equals(KustoClusterPublicIPType)

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(KustoClusterPublicIPType, KustoClusterPublicIPType)

Determines if two KustoClusterPublicIPType values are the same.

Implicit(String to KustoClusterPublicIPType)

Converts a string to a KustoClusterPublicIPType.

Inequality(KustoClusterPublicIPType, KustoClusterPublicIPType)

Determines if two KustoClusterPublicIPType values are not the same.

Applies to