Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOperationStatus
-
Packages that use MicrosoftGraphOperationStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphOperationStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphOperationStatus Modifier and Type Field Description static MicrosoftGraphOperationStatus
MicrosoftGraphOperationStatus. COMPLETED
Static value Completed for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatus
MicrosoftGraphOperationStatus. FAILED
Static value Failed for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatus
MicrosoftGraphOperationStatus. NOT_STARTED
Static value NotStarted for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatus
MicrosoftGraphOperationStatus. RUNNING
Static value Running for MicrosoftGraphOperationStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOperationStatus Modifier and Type Method Description static MicrosoftGraphOperationStatus
MicrosoftGraphOperationStatus. fromString(String name)
Creates or finds a MicrosoftGraphOperationStatus from its string representation.MicrosoftGraphOperationStatus
MicrosoftGraphSchedule. provisionStatus()
Get the provisionStatus property: The provisionStatus property.MicrosoftGraphOperationStatus
MicrosoftGraphOperation. status()
Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOperationStatus Modifier and Type Method Description static Collection<MicrosoftGraphOperationStatus>
MicrosoftGraphOperationStatus. values()
Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphOperationStatus Modifier and Type Method Description MicrosoftGraphSchedule
MicrosoftGraphSchedule. withProvisionStatus(MicrosoftGraphOperationStatus provisionStatus)
Set the provisionStatus property: The provisionStatus property.MicrosoftGraphOnenoteOperation
MicrosoftGraphOnenoteOperation. withStatus(MicrosoftGraphOperationStatus status)
Set the status property: The status property.MicrosoftGraphOperation
MicrosoftGraphOperation. withStatus(MicrosoftGraphOperationStatus status)
Set the status property: The status property.
-