Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTaskStatus
-
Packages that use MicrosoftGraphTaskStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphTaskStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphTaskStatus Modifier and Type Field Description static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. COMPLETED
Static value completed for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. DEFERRED
Static value deferred for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. IN_PROGRESS
Static value inProgress for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. NOT_STARTED
Static value notStarted for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. WAITING_ON_OTHERS
Static value waitingOnOthers for MicrosoftGraphTaskStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTaskStatus Modifier and Type Method Description static MicrosoftGraphTaskStatus
MicrosoftGraphTaskStatus. fromString(String name)
Creates or finds a MicrosoftGraphTaskStatus from its string representation.MicrosoftGraphTaskStatus
MicrosoftGraphTodoTaskInner. status()
Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTaskStatus Modifier and Type Method Description static Collection<MicrosoftGraphTaskStatus>
MicrosoftGraphTaskStatus. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTaskStatus Modifier and Type Method Description MicrosoftGraphTodoTaskInner
MicrosoftGraphTodoTaskInner. withStatus(MicrosoftGraphTaskStatus status)
Set the status property: The status property.
-