Compartilhar via


EnvironmentTypeEnableStatus Estrutura

Definição

Indica se o tipo de ambiente está habilitado ou desabilitado.

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

Construtores

EnvironmentTypeEnableStatus(String)

Inicializa uma nova instância de EnvironmentTypeEnableStatus.

Propriedades

IsDisabled

Desabilitado.

IsEnabled

Habilitada.

Métodos

Equals(EnvironmentTypeEnableStatus)

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

Determina se dois EnvironmentTypeEnableStatus valores são os mesmos.

Implicit(String to EnvironmentTypeEnableStatus)

Converte uma cadeia de caracteres em um EnvironmentTypeEnableStatus.

Inequality(EnvironmentTypeEnableStatus, EnvironmentTypeEnableStatus)

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

Aplica-se a