Partager via


SyncGroupLogType Classe

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

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

Définit des valeurs pour SyncGroupLogType.

Récapitulatif du champ

Modificateur et type Champ et description
static final SyncGroupLogType ALL

Valeur statique All for SyncGroupLogType.

static final SyncGroupLogType ERROR

Valeur statique Erreur pour le type de journaldu groupede synchronisation.

static final SyncGroupLogType SUCCESS

Valeur statique Réussite pour le type de journalde groupede synchronisation.

static final SyncGroupLogType WARNING

Valeur statique Avertissement pour le type de journalde groupede synchronisation.

Récapitulatif du constructeur

Constructeur Description
SyncGroupLogType()

Résumé de la méthode

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

Crée ou recherche un type de journalde groupede synchronisationà partir de sa représentation sous forme de chaîne.

static java.util.Collection<SyncGroupLogType> 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

ALL

public static final SyncGroupLogType ALL

Valeur statique All pour SyncGroupLogType.

ERROR

public static final SyncGroupLogType ERROR

Valeur statique Error for SyncGroupLogType.

SUCCESS

public static final SyncGroupLogType SUCCESS

Valeur statique Réussite pour SyncGroupLogType.

WARNING

public static final SyncGroupLogType WARNING

Valeur statique Warning pour SyncGroupLogType.

Détails du constructeur

SyncGroupLogType

public SyncGroupLogType()

Détails de la méthode

fromString

public static SyncGroupLogType fromString(String name)

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

Parameters:

name - nom à rechercher

Returns:

le SyncGroupLogType correspondant

values

public static Collection values()

Returns:

valeurs SyncGroupLogType connues

S’applique à