Partager via


OrchestrationServiceState Structure

Définition

État actuel du service.

public readonly struct OrchestrationServiceState : IEquatable<Azure.ResourceManager.Compute.Models.OrchestrationServiceState>
type OrchestrationServiceState = struct
Public Structure OrchestrationServiceState
Implements IEquatable(Of OrchestrationServiceState)
Héritage
OrchestrationServiceState
Implémente

Constructeurs

OrchestrationServiceState(String)

Initialise une nouvelle instance de OrchestrationServiceState.

Propriétés

NotRunning

NotRunning.

Running

En cours d'exécution.

Suspended

Suspendu.

Méthodes

Equals(OrchestrationServiceState)

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(OrchestrationServiceState, OrchestrationServiceState)

Détermine si deux OrchestrationServiceState valeurs sont identiques.

Implicit(String to OrchestrationServiceState)

Convertit une chaîne en OrchestrationServiceState.

Inequality(OrchestrationServiceState, OrchestrationServiceState)

Détermine si deux OrchestrationServiceState valeurs ne sont pas identiques.

S’applique à