MicrosoftGraphDeviceManagementExchangeAccessState Class
- 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.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Microsoft |
ALLOWED
Static value allowed for Microsoft |
static final
Microsoft |
BLOCKED
Static value blocked for Microsoft |
static final
Microsoft |
NONE
Static value none for Microsoft |
static final
Microsoft |
QUARANTINED
Static value quarantined for Microsoft |
static final
Microsoft |
UNKNOWN
Static value unknown for Microsoft |
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphDeviceManagementExchangeAccessState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Microsoft |
fromString(String name)
Creates or finds a Microsoft |
static
Collection<Microsoft |
values()
Gets known Microsoft |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALLOWED
public static final MicrosoftGraphDeviceManagementExchangeAccessState ALLOWED
Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.
BLOCKED
public static final MicrosoftGraphDeviceManagementExchangeAccessState BLOCKED
Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.
NONE
public static final MicrosoftGraphDeviceManagementExchangeAccessState NONE
Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.
QUARANTINED
public static final MicrosoftGraphDeviceManagementExchangeAccessState QUARANTINED
Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.
UNKNOWN
public static final MicrosoftGraphDeviceManagementExchangeAccessState UNKNOWN
Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.
Constructor Details
MicrosoftGraphDeviceManagementExchangeAccessState
@Deprecated
public MicrosoftGraphDeviceManagementExchangeAccessState()
Deprecated
Creates a new instance of MicrosoftGraphDeviceManagementExchangeAccessState value.
Method Details
fromString
public static MicrosoftGraphDeviceManagementExchangeAccessState fromString(String name)
Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.
Returns:
Applies to
Azure SDK for Java