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 MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. COMPLETEDStatic value completed for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. DEFERREDStatic value deferred for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. IN_PROGRESSStatic value inProgress for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. NOT_STARTEDStatic value notStarted for MicrosoftGraphTaskStatus.static MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. WAITING_ON_OTHERSStatic value waitingOnOthers for MicrosoftGraphTaskStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTaskStatus Modifier and Type Method Description static MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus. fromString(String name)Creates or finds a MicrosoftGraphTaskStatus from its string representation.MicrosoftGraphTaskStatusMicrosoftGraphTodoTaskInner. 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 MicrosoftGraphTodoTaskInnerMicrosoftGraphTodoTaskInner. withStatus(MicrosoftGraphTaskStatus status)Set the status property: The status property.
-