Compartir a través de


DevTestLabEnableStatus Estructura

Definición

Indica si el origen del artefacto está habilitado (valores: Habilitado, Deshabilitado).

public readonly struct DevTestLabEnableStatus : IEquatable<Azure.ResourceManager.DevTestLabs.Models.DevTestLabEnableStatus>
type DevTestLabEnableStatus = struct
Public Structure DevTestLabEnableStatus
Implements IEquatable(Of DevTestLabEnableStatus)
Herencia
DevTestLabEnableStatus
Implementaciones

Constructores

DevTestLabEnableStatus(String)

Inicializa una nueva instancia de la clase DevTestLabEnableStatus.

Propiedades

Disabled

Deshabilitado.

Enabled

Habilitado.

Métodos

Equals(DevTestLabEnableStatus)

Indica si el objeto actual es igual que otro objeto del mismo tipo.

ToString()

Devuelve el nombre de tipo completo de esta instancia.

Operadores

Equality(DevTestLabEnableStatus, DevTestLabEnableStatus)

Determina si dos DevTestLabEnableStatus valores son los mismos.

Implicit(String to DevTestLabEnableStatus)

Convierte una cadena en un DevTestLabEnableStatus.

Inequality(DevTestLabEnableStatus, DevTestLabEnableStatus)

Determina si dos DevTestLabEnableStatus valores no son los mismos.

Se aplica a