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>
deviceManagementExchangeAccessState.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MicrosoftGraphDeviceManagementExchangeAccessStateStatic value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateStatic value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateStatic value none for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateStatic value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateStatic value unknown for MicrosoftGraphDeviceManagementExchangeAccessState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.values()Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
NONE
Static value none for MicrosoftGraphDeviceManagementExchangeAccessState. -
UNKNOWN
Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState. -
ALLOWED
Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState. -
BLOCKED
Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState. -
QUARANTINED
Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.
-
-
Constructor Details
-
MicrosoftGraphDeviceManagementExchangeAccessState
Deprecated.Use thefromString(String)factory method.Creates a new instance of MicrosoftGraphDeviceManagementExchangeAccessState value.
-
-
Method Details
-
fromString
Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding MicrosoftGraphDeviceManagementExchangeAccessState.
-
values
Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.- Returns:
- known MicrosoftGraphDeviceManagementExchangeAccessState values.
-
fromString(String)factory method.