Compartilhar via


DevTestLabEnableStatus Estrutura

Definição

Indica se a origem do artefato está habilitada (valores: Habilitado, Desabilitado).

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

Construtores

DevTestLabEnableStatus(String)

Inicializa uma nova instância de DevTestLabEnableStatus.

Propriedades

Disabled

Desabilitado.

Enabled

Habilitada.

Métodos

Equals(DevTestLabEnableStatus)

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

Determina se dois DevTestLabEnableStatus valores são os mesmos.

Implicit(String to DevTestLabEnableStatus)

Converte uma cadeia de caracteres em um DevTestLabEnableStatus.

Inequality(DevTestLabEnableStatus, DevTestLabEnableStatus)

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

Aplica-se a