ResourceHealthEventInsightLevelValue Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Nivel de información.
public readonly struct ResourceHealthEventInsightLevelValue : IEquatable<Azure.ResourceManager.ResourceHealth.Models.ResourceHealthEventInsightLevelValue>
type ResourceHealthEventInsightLevelValue = struct
Public Structure ResourceHealthEventInsightLevelValue
Implements IEquatable(Of ResourceHealthEventInsightLevelValue)
- Herencia
-
ResourceHealthEventInsightLevelValue
- Implementaciones
Constructores
ResourceHealthEventInsightLevelValue(String) |
Inicializa una nueva instancia de la clase ResourceHealthEventInsightLevelValue. |
Propiedades
Critical |
Crítico. |
Warning |
Advertencia. |
Métodos
Equals(ResourceHealthEventInsightLevelValue) |
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(ResourceHealthEventInsightLevelValue, ResourceHealthEventInsightLevelValue) |
Determina si dos ResourceHealthEventInsightLevelValue valores son iguales. |
Implicit(String to ResourceHealthEventInsightLevelValue) |
Convierte una cadena en un ResourceHealthEventInsightLevelValue. |
Inequality(ResourceHealthEventInsightLevelValue, ResourceHealthEventInsightLevelValue) |
Determina si dos ResourceHealthEventInsightLevelValue valores no son los mismos. |
Se aplica a
Azure SDK for .NET