Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDeviceManagementExchangeAccessState
Packages that use MicrosoftGraphDeviceManagementExchangeAccessState
Package
Description
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 MicrosoftGraphDeviceManagementExchangeAccessStateModifier and TypeFieldDescriptionstatic final MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState.ALLOWEDStatic value allowed for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState.BLOCKEDStatic value blocked for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState.NONEStatic value none for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState.QUARANTINEDStatic value quarantined for MicrosoftGraphDeviceManagementExchangeAccessState.static final MicrosoftGraphDeviceManagementExchangeAccessStateMicrosoftGraphDeviceManagementExchangeAccessState.UNKNOWNStatic value unknown for MicrosoftGraphDeviceManagementExchangeAccessState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphDeviceManagementExchangeAccessStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.exchangeAccessState()Get the exchangeAccessState property: deviceManagementExchangeAccessState.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 MicrosoftGraphDeviceManagementExchangeAccessStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceManagementExchangeAccessState.values()Gets known MicrosoftGraphDeviceManagementExchangeAccessState values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphDeviceManagementExchangeAccessStateModifier and TypeMethodDescriptionMicrosoftGraphManagedDevice.withExchangeAccessState(MicrosoftGraphDeviceManagementExchangeAccessState exchangeAccessState) Set the exchangeAccessState property: deviceManagementExchangeAccessState.