MicrosoftGraphDeviceManagementExchangeAccessState Classe
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDeviceManagementExchangeAccessState
- com.
- com.
public final class MicrosoftGraphDeviceManagementExchangeAccessState
extends ExpandableStringEnum<MicrosoftGraphDeviceManagementExchangeAccessState>
deviceManagementExchangeAccessState.
Récapitulatif du champ
Modificateur et type | Champ et description |
---|---|
static final
Microsoft |
ALLOWED
Valeur statique autorisée pour l’état |
static final
Microsoft |
BLOCKED
Valeur statique bloquée pour l’état d’accès |
static final
Microsoft |
NONE
Valeur statique aucun pour l’état |
static final
Microsoft |
QUARANTINED
Valeur statique mise en quarantaine pour l’état d’accès |
static final
Microsoft |
UNKNOWN
Valeur statique inconnue pour l’état |
Récapitulatif du constructeur
Constructeur | Description |
---|---|
MicrosoftGraphDeviceManagementExchangeAccessState() |
Déprécié
Utilisez la fromString(String name) méthode factory.
Crée une instance de la valeur d’état d’accès |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Microsoft |
fromString(String name)
Crée ou recherche un état d’accès |
static
Collection<Microsoft |
values()
Obtient les valeurs d’état d’accès |
Méthodes héritées de ExpandableStringEnum
Méthodes héritées de java.lang.Object
Détails du champ
ALLOWED
public static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED
Valeur statique autorisée pour MicrosoftGraphDeviceManagementExchangeAccessState.
BLOCKED
public static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED
Valeur statique bloquée pour MicrosoftGraphDeviceManagementExchangeAccessState.
NONE
public static final MicrosoftGraphDeviceManagementExchangeAccessState NONE
Valeur statique none pour MicrosoftGraphDeviceManagementExchangeAccessState.
QUARANTINED
public static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED
Valeur statique mise en quarantaine pour MicrosoftGraphDeviceManagementExchangeAccessState.
UNKNOWN
public static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN
Valeur statique inconnue pour MicrosoftGraphDeviceManagementExchangeAccessState.
Détails du constructeur
MicrosoftGraphDeviceManagementExchangeAccessState
@Deprecated
public MicrosoftGraphDeviceManagementExchangeAccessState()
Déprécié
Crée une instance de la valeur MicrosoftGraphDeviceManagementExchangeAccessState.
Détails de la méthode
fromString
public static MicrosoftGraphDeviceManagementExchangeAccessState fromString(String name)
Crée ou recherche un MicrosoftGraphDeviceManagementExchangeAccessState à partir de sa représentation sous forme de chaîne.
Parameters:
Returns:
values
public static Collection
Obtient les valeurs MicrosoftGraphDeviceManagementExchangeAccessState connues.
Returns:
S’applique à
Azure SDK for Java