NotificationThresholdType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type de seuil Nom sérialisé : ThresholdType
public readonly struct NotificationThresholdType : IEquatable<Azure.ResourceManager.Consumption.Models.NotificationThresholdType>
type NotificationThresholdType = struct
Public Structure NotificationThresholdType
Implements IEquatable(Of NotificationThresholdType)
- Héritage
-
NotificationThresholdType
- Implémente
Constructeurs
NotificationThresholdType(String) |
Initialise une nouvelle instance de NotificationThresholdType. |
Propriétés
Actual |
Les alertes de budget des coûts réels informent lorsque le coût cumulé réel dépasse le budget alloué. Nom sérialisé : ThresholdType.Actual |
Forecasted |
Les alertes de budget des coûts prévus fournissent une notification avancée indiquant que vos tendances de dépenses sont susceptibles de dépasser votre budget alloué, car elles s’appuient sur des prédictions de coûts prévues. Nom sérialisé : ThresholdType.Forecasted |
Méthodes
Equals(NotificationThresholdType) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(NotificationThresholdType, NotificationThresholdType) |
Détermine si deux NotificationThresholdType valeurs sont identiques. |
Implicit(String to NotificationThresholdType) |
Convertit une chaîne en NotificationThresholdType. |
Inequality(NotificationThresholdType, NotificationThresholdType) |
Détermine si deux NotificationThresholdType valeurs ne sont pas identiques. |