LivyStates 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 du lot.
public readonly struct LivyStates : IEquatable<Azure.Analytics.Synapse.Spark.Models.LivyStates>
type LivyStates = struct
Public Structure LivyStates
Implements IEquatable(Of LivyStates)
- Héritage
-
LivyStates
- Implémente
Constructeurs
LivyStates(String) |
Initialise une nouvelle instance de LivyStates. |
Propriétés
Busy |
Occupé. |
Dead |
Mort. |
Error |
erreur. |
Idle |
Inactif. |
Killed |
Tué. |
NotStarted |
not_started. |
Recovering |
Récupération. |
Running |
running. |
ShuttingDown |
shutting_down. |
Starting |
démarrage. |
Success |
Succès. |
Méthodes
Equals(LivyStates) |
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(LivyStates, LivyStates) |
Détermine si deux LivyStates valeurs sont identiques. |
Implicit(String to LivyStates) |
Convertit une chaîne en LivyStates. |
Inequality(LivyStates, LivyStates) |
Détermine si deux LivyStates valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET