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 MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. ALLOWEDStatic value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. BLOCKEDStatic value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. NONEStatic value none for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. QUARANTINEDStatic value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.static MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. UNKNOWNStatic value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceManagementExchangeAccessState Modifier and Type Method Description MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphManagedDevice. exchangeAccessState()Get the exchangeAccessState property: The exchangeAccessState property.static MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState. 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 MicrosoftGraphManagedDeviceMicrosoftGraphManagedDevice. withExchangeAccessState(MicrosoftGraphDeviceManagementExchangeAccessState exchangeAccessState)Set the exchangeAccessState property: The exchangeAccessState property.
-