Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphActionState
Packages that use MicrosoftGraphActionState
Package
Description
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 MicrosoftGraphActionStateModifier and TypeFieldDescriptionstatic final MicrosoftGraphActionStateMicrosoftGraphActionState.ACTIVEStatic value active for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.CANCELEDStatic value canceled for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.DONEStatic value done for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.FAILEDStatic value failed for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.NONEStatic value none for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.NOT_SUPPORTEDStatic value notSupported for MicrosoftGraphActionState.static final MicrosoftGraphActionStateMicrosoftGraphActionState.PENDINGStatic value pending for MicrosoftGraphActionState.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphActionStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceActionResult.actionState()Get the actionState property: actionState.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 MicrosoftGraphActionStateModifier and TypeMethodDescriptionstatic Collection<MicrosoftGraphActionState>MicrosoftGraphActionState.values()Gets known MicrosoftGraphActionState values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphActionStateModifier and TypeMethodDescriptionMicrosoftGraphDeviceActionResult.withActionState(MicrosoftGraphActionState actionState) Set the actionState property: actionState.