Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphActionState
-
Packages that use MicrosoftGraphActionState Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphActionState in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphActionState Modifier and Type Field Description static MicrosoftGraphActionState
MicrosoftGraphActionState. ACTIVE
Static value active for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. CANCELED
Static value canceled for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. DONE
Static value done for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. FAILED
Static value failed for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. NONE
Static value none for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. NOT_SUPPORTED
Static value notSupported for MicrosoftGraphActionState.static MicrosoftGraphActionState
MicrosoftGraphActionState. PENDING
Static value pending for MicrosoftGraphActionState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphActionState Modifier and Type Method Description MicrosoftGraphActionState
MicrosoftGraphDeviceActionResult. actionState()
Get the actionState property: The actionState property.static MicrosoftGraphActionState
MicrosoftGraphActionState. fromString(String name)
Creates or finds a MicrosoftGraphActionState from its string representation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphActionState Modifier and Type Method Description static Collection<MicrosoftGraphActionState>
MicrosoftGraphActionState. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphActionState Modifier and Type Method Description MicrosoftGraphDeviceActionResult
MicrosoftGraphDeviceActionResult. withActionState(MicrosoftGraphActionState actionState)
Set the actionState property: The actionState property.
-