Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceManagementExchangeAccessState
-
Packages that use MicrosoftGraphDeviceManagementExchangeAccessState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphDeviceManagementExchangeAccessState in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphDeviceManagementExchangeAccessState Modifier and Type Field Description static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. ALLOWED
Static value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. BLOCKED
Static value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. NONE
Static value none for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. QUARANTINED
Static value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. UNKNOWN
Static value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceManagementExchangeAccessState Modifier and Type Method Description MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphManagedDevice. exchangeAccessState()
Get the exchangeAccessState property: The exchangeAccessState property.static MicrosoftGraphDeviceManagementExchangeAccessState
MicrosoftGraphDeviceManagementExchangeAccessState. fromString(String name)
Creates or finds a MicrosoftGraphDeviceManagementExchangeAccessState from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphDeviceManagementExchangeAccessState Modifier and Type Method Description static Collection<MicrosoftGraphDeviceManagementExchangeAccessState>
MicrosoftGraphDeviceManagementExchangeAccessState. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDeviceManagementExchangeAccessState Modifier and Type Method Description MicrosoftGraphManagedDevice
MicrosoftGraphManagedDevice. withExchangeAccessState(MicrosoftGraphDeviceManagementExchangeAccessState exchangeAccessState)
Set the exchangeAccessState property: The exchangeAccessState property.
-