Class MicrosoftGraphDeviceManagementExchangeAccessState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<MicrosoftGraphDeviceManagementExchangeAccessState>
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceManagementExchangeAccessState
-
public final class MicrosoftGraphDeviceManagementExchangeAccessState extends com.azure.core.util.ExpandableStringEnum<MicrosoftGraphDeviceManagementExchangeAccessState>
Defines values for MicrosoftGraphDeviceManagementExchangeAccessState.
-
-
Field Summary
Fields Modifier and Type Field Description static MicrosoftGraphDeviceManagementExchangeAccessState
ALLOWED
Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
BLOCKED
Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
NONE
Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
QUARANTINED
Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
UNKNOWN
Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphDeviceManagementExchangeAccessState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MicrosoftGraphDeviceManagementExchangeAccessState
fromString(String name)
Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.static Collection<MicrosoftGraphDeviceManagementExchangeAccessState>
values()
-
-
-
Field Detail
-
NONE
public static final MicrosoftGraphDeviceManagementExchangeAccessState NONE
Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.
-
UNKNOWN
public static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN
Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.
-
ALLOWED
public static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED
Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.
-
BLOCKED
public static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED
Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.
-
QUARANTINED
public static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED
Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.
-
-
Method Detail
-
fromString
public static MicrosoftGraphDeviceManagementExchangeAccessState fromString(String name)
Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding MicrosoftGraphDeviceManagementExchangeAccessState.
-
values
public static Collection<MicrosoftGraphDeviceManagementExchangeAccessState> values()
- Returns:
- known MicrosoftGraphDeviceManagementExchangeAccessState values.
-
-