JobAgentState 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 l’agent de travail.
public readonly struct JobAgentState : IEquatable<Azure.ResourceManager.Sql.Models.JobAgentState>
type JobAgentState = struct
Public Structure JobAgentState
Implements IEquatable(Of JobAgentState)
- Héritage
-
JobAgentState
- Implémente
Constructeurs
JobAgentState(String) |
Initialise une nouvelle instance de JobAgentState. |
Propriétés
Creating |
Créer. |
Deleting |
Suppression |
Disabled |
Désactivé. |
Ready |
À vos marques. |
Updating |
Actualisation. |
Méthodes
Equals(JobAgentState) |
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(JobAgentState, JobAgentState) |
Détermine si deux JobAgentState valeurs sont identiques. |
Implicit(String to JobAgentState) |
Convertit une chaîne en JobAgentState. |
Inequality(JobAgentState, JobAgentState) |
Détermine si deux JobAgentState valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET