KustoClusterVnetState Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Quando habilitado, o cluster é implantado na sub-rede configurada, quando desabilitado, ele será removido da sub-rede.
public readonly struct KustoClusterVnetState : IEquatable<Azure.ResourceManager.Kusto.Models.KustoClusterVnetState>
type KustoClusterVnetState = struct
Public Structure KustoClusterVnetState
Implements IEquatable(Of KustoClusterVnetState)
- Herança
-
KustoClusterVnetState
- Implementações
Construtores
KustoClusterVnetState(String) |
Inicializa uma nova instância de KustoClusterVnetState. |
Propriedades
Disabled |
Desabilitado. |
Enabled |
Habilitada. |
Métodos
Equals(KustoClusterVnetState) |
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(KustoClusterVnetState, KustoClusterVnetState) |
Determina se dois KustoClusterVnetState valores são os mesmos. |
Implicit(String to KustoClusterVnetState) |
Converte uma cadeia de caracteres em um KustoClusterVnetState. |
Inequality(KustoClusterVnetState, KustoClusterVnetState) |
Determina se dois KustoClusterVnetState valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET