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