Partager via


SyncAgentState Classe

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.sql.SyncAgentState

public final class SyncAgentState
extends com.microsoft.rest.ExpandableStringEnum<SyncAgentState>

Définit les valeurs de SyncAgentState.

Récapitulatif du champ

Modificateur et type Champ et description
static final SyncAgentState NEVER_CONNECTED

Valeur statique Jamaisconnecté pour l’état de l’agentde synchronisation.

static final SyncAgentState OFFLINE

Valeur statique Hors connexion pour l’état de l’agentde synchronisation.

static final SyncAgentState ONLINE

Valeur statique En ligne pour l’état de l’agentde synchronisation.

Récapitulatif du constructeur

Constructeur Description
SyncAgentState()

Résumé de la méthode

Modificateur et type Méthode et description
static SyncAgentState fromString(String name)

Crée ou recherche un état de l’agentde synchronisationà partir de sa représentation sous forme de chaîne.

static java.util.Collection<SyncAgentState> values()

Méthodes héritées de com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Méthodes héritées de java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Détails du champ

NEVER_CONNECTED

public static final SyncAgentState NEVER_CONNECTED

Valeur statique NeverConnected pour SyncAgentState.

OFFLINE

public static final SyncAgentState OFFLINE

Valeur statique Hors connexion pour SyncAgentState.

ONLINE

public static final SyncAgentState ONLINE

Valeur statique En ligne pour SyncAgentState.

Détails du constructeur

SyncAgentState

public SyncAgentState()

Détails de la méthode

fromString

public static SyncAgentState fromString(String name)

Crée ou recherche un SyncAgentState à partir de sa représentation sous forme de chaîne.

Parameters:

name - un nom à rechercher

Returns:

SyncAgentState correspondant

values

public static Collection values()

Returns:

valeurs SyncAgentState connues

S’applique à