Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperationStatus
-
Packages that use MicrosoftGraphWorkbookOperationStatus Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookOperationStatus in com.azure.resourcemanager.authorization.fluent.models
Fields in com.azure.resourcemanager.authorization.fluent.models declared as MicrosoftGraphWorkbookOperationStatus Modifier and Type Field Description static MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperationStatus. FAILEDStatic value failed for MicrosoftGraphWorkbookOperationStatus.static MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperationStatus. NOT_STARTEDStatic value notStarted for MicrosoftGraphWorkbookOperationStatus.static MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperationStatus. RUNNINGStatic value running for MicrosoftGraphWorkbookOperationStatus.static MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperationStatus. SUCCEEDEDStatic value succeeded for MicrosoftGraphWorkbookOperationStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookOperationStatus Modifier and Type Method Description static MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperationStatus. fromString(String name)Creates or finds a MicrosoftGraphWorkbookOperationStatus from its string representation.MicrosoftGraphWorkbookOperationStatusMicrosoftGraphWorkbookOperation. status()Get the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookOperationStatus Modifier and Type Method Description static Collection<MicrosoftGraphWorkbookOperationStatus>MicrosoftGraphWorkbookOperationStatus. values()Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkbookOperationStatus Modifier and Type Method Description MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withStatus(MicrosoftGraphWorkbookOperationStatus status)Set the status property: The status property.
-