Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTaskStatus
Packages that use MicrosoftGraphTaskStatus
Package
Description
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 MicrosoftGraphTaskStatusModifier and TypeFieldDescriptionstatic final MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.COMPLETEDStatic value completed for MicrosoftGraphTaskStatus.static final MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.DEFERREDStatic value deferred for MicrosoftGraphTaskStatus.static final MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.IN_PROGRESSStatic value inProgress for MicrosoftGraphTaskStatus.static final MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.NOT_STARTEDStatic value notStarted for MicrosoftGraphTaskStatus.static final MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.WAITING_ON_OTHERSStatic value waitingOnOthers for MicrosoftGraphTaskStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTaskStatusModifier and TypeMethodDescriptionstatic MicrosoftGraphTaskStatusMicrosoftGraphTaskStatus.fromString(String name) Creates or finds a MicrosoftGraphTaskStatus from its string representation.MicrosoftGraphTodoTask.status()Get the status property: taskStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTaskStatusModifier and TypeMethodDescriptionstatic Collection<MicrosoftGraphTaskStatus>MicrosoftGraphTaskStatus.values()Gets known MicrosoftGraphTaskStatus values.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphTaskStatusModifier and TypeMethodDescriptionMicrosoftGraphTodoTask.withStatus(MicrosoftGraphTaskStatus status) Set the status property: taskStatus.