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 MicrosoftGraphActionStateMicrosoftGraphActionState. ACTIVEStatic value active for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. CANCELEDStatic value canceled for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. DONEStatic value done for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. FAILEDStatic value failed for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. NONEStatic value none for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. NOT_SUPPORTEDStatic value notSupported for MicrosoftGraphActionState.static MicrosoftGraphActionStateMicrosoftGraphActionState. PENDINGStatic value pending for MicrosoftGraphActionState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphActionState Modifier and Type Method Description MicrosoftGraphActionStateMicrosoftGraphDeviceActionResult. actionState()Get the actionState property: The actionState property.static MicrosoftGraphActionStateMicrosoftGraphActionState. 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 MicrosoftGraphDeviceActionResultMicrosoftGraphDeviceActionResult. withActionState(MicrosoftGraphActionState actionState)Set the actionState property: The actionState property.
-