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 MicrosoftGraphOperationStatusMicrosoftGraphOperationStatus. COMPLETEDStatic value Completed for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatusMicrosoftGraphOperationStatus. FAILEDStatic value Failed for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatusMicrosoftGraphOperationStatus. NOT_STARTEDStatic value NotStarted for MicrosoftGraphOperationStatus.static MicrosoftGraphOperationStatusMicrosoftGraphOperationStatus. RUNNINGStatic value Running for MicrosoftGraphOperationStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOperationStatus Modifier and Type Method Description static MicrosoftGraphOperationStatusMicrosoftGraphOperationStatus. fromString(String name)Creates or finds a MicrosoftGraphOperationStatus from its string representation.MicrosoftGraphOperationStatusMicrosoftGraphSchedule. provisionStatus()Get the provisionStatus property: The provisionStatus property.MicrosoftGraphOperationStatusMicrosoftGraphOperation. 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 MicrosoftGraphScheduleMicrosoftGraphSchedule. withProvisionStatus(MicrosoftGraphOperationStatus provisionStatus)Set the provisionStatus property: The provisionStatus property.MicrosoftGraphOnenoteOperationMicrosoftGraphOnenoteOperation. withStatus(MicrosoftGraphOperationStatus status)Set the status property: The status property.MicrosoftGraphOperationMicrosoftGraphOperation. withStatus(MicrosoftGraphOperationStatus status)Set the status property: The status property.
-