KustoPoolState 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.
État de la ressource.
public readonly struct KustoPoolState : IEquatable<Azure.ResourceManager.Synapse.Models.KustoPoolState>
type KustoPoolState = struct
Public Structure KustoPoolState
Implements IEquatable(Of KustoPoolState)
- Héritage
-
KustoPoolState
- Implémente
Constructeurs
KustoPoolState(String) |
Initialise une nouvelle instance de KustoPoolState. |
Propriétés
Creating |
Créer. |
Deleted |
Supprimé. |
Deleting |
Suppression |
Running |
En cours d'exécution. |
Starting |
Starting (en phase de démarrage). |
Stopped |
Arrêté. |
Stopping |
Stopping (en cours d'arrêt). |
Unavailable |
Indisponible. |
Updating |
Actualisation. |
Méthodes
Equals(KustoPoolState) |
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(KustoPoolState, KustoPoolState) |
Détermine si deux KustoPoolState valeurs sont identiques. |
Implicit(String to KustoPoolState) |
Convertit une chaîne en KustoPoolState. |
Inequality(KustoPoolState, KustoPoolState) |
Détermine si deux KustoPoolState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET