Compartilhar via


KustoClusterPublicIPType Estrutura

Definição

Indica qual tipo de IP público criar – IPv4 (padrão) ou DualStack (IPv4 e IPv6).

public readonly struct KustoClusterPublicIPType : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterPublicIPType>
type KustoClusterPublicIPType = struct
Public Structure KustoClusterPublicIPType
Implements IEquatable(Of KustoClusterPublicIPType)
Herança
KustoClusterPublicIPType
Implementações

Construtores

KustoClusterPublicIPType(String)

Inicializa uma nova instância de KustoClusterPublicIPType.

Propriedades

DualStack

DualStack.

IPv4

IPv4.

Métodos

Equals(KustoClusterPublicIPType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(KustoClusterPublicIPType, KustoClusterPublicIPType)

Determina se dois KustoClusterPublicIPType valores são os mesmos.

Implicit(String to KustoClusterPublicIPType)

Converte uma cadeia de caracteres em um KustoClusterPublicIPType.

Inequality(KustoClusterPublicIPType, KustoClusterPublicIPType)

Determina se dois KustoClusterPublicIPType valores não são os mesmos.

Aplica-se a