Compartir a través de


DevTestLabCostThresholdStatus Estructura

Definición

Indica si este umbral se mostrará en los gráficos de costos.

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

Constructores

DevTestLabCostThresholdStatus(String)

Inicializa una nueva instancia de la clase DevTestLabCostThresholdStatus.

Propiedades

Disabled

Deshabilitado.

Enabled

Habilitado.

Métodos

Equals(DevTestLabCostThresholdStatus)

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

Determina si dos DevTestLabCostThresholdStatus valores son iguales.

Implicit(String to DevTestLabCostThresholdStatus)

Convierte una cadena en un DevTestLabCostThresholdStatus.

Inequality(DevTestLabCostThresholdStatus, DevTestLabCostThresholdStatus)

Determina si dos DevTestLabCostThresholdStatus valores no son los mismos.

Se aplica a