StreamingJobState 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 d’exécution actuel du travail de streaming.
public readonly struct StreamingJobState : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobState>
type StreamingJobState = struct
Public Structure StreamingJobState
Implements IEquatable(Of StreamingJobState)
- Héritage
-
StreamingJobState
- Implémente
Constructeurs
StreamingJobState(String) |
Initialise une nouvelle instance de StreamingJobState. |
Propriétés
Created |
Le travail est actuellement à l’état Créé. |
Degraded |
Le travail est actuellement à l’état Détérioré. |
Deleting |
Le travail est actuellement à l’état Suppression. |
Failed |
Le travail est actuellement à l’état Échec. |
Restarting |
Le travail est actuellement à l’état Redémarrage. |
Running |
Le travail est actuellement à l’état En cours d’exécution. |
Scaling |
Le travail est actuellement à l’état Mise à l’échelle. |
Starting |
Le travail est actuellement à l’état Démarrage. |
Stopped |
Le travail est actuellement à l’état Arrêté. |
Stopping |
Le travail est actuellement à l’état D’arrêt. |
Méthodes
Equals(StreamingJobState) |
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(StreamingJobState, StreamingJobState) |
Détermine si deux StreamingJobState valeurs sont identiques. |
Implicit(String to StreamingJobState) |
Convertit une chaîne en StreamingJobState. |
Inequality(StreamingJobState, StreamingJobState) |
Détermine si deux StreamingJobState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET