Freigeben über


KustoClusterPublicIPType Struktur

Definition

Gibt an, welcher öffentliche IP-Typ erstellt werden soll: IPv4 (Standard) oder DualStack (sowohl IPv4 als auch IPv6).

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

Konstruktoren

KustoClusterPublicIPType(String)

Initialisiert eine neue Instanz von KustoClusterPublicIPType.

Eigenschaften

DualStack

DualStack.

IPv4

IPv4.

Methoden

Equals(KustoClusterPublicIPType)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(KustoClusterPublicIPType, KustoClusterPublicIPType)

Bestimmt, ob zwei KustoClusterPublicIPType Werte identisch sind.

Implicit(String to KustoClusterPublicIPType)

Konvertiert eine Zeichenfolge in eine KustoClusterPublicIPType.

Inequality(KustoClusterPublicIPType, KustoClusterPublicIPType)

Bestimmt, ob zwei KustoClusterPublicIPType Werte nicht identisch sind.

Gilt für: