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 MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. FAILED
Static value failed for MicrosoftGraphTeamsAsyncOperationStatus.static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. IN_PROGRESS
Static value inProgress for MicrosoftGraphTeamsAsyncOperationStatus.static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. INVALID
Static value invalid for MicrosoftGraphTeamsAsyncOperationStatus.static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. NOT_STARTED
Static value notStarted for MicrosoftGraphTeamsAsyncOperationStatus.static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. SUCCEEDED
Static value succeeded for MicrosoftGraphTeamsAsyncOperationStatus.static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. UNKNOWN_FUTURE_VALUE
Static value unknownFutureValue for MicrosoftGraphTeamsAsyncOperationStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamsAsyncOperationStatus Modifier and Type Method Description static MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperationStatus. fromString(String name)
Creates or finds a MicrosoftGraphTeamsAsyncOperationStatus from its string representation.MicrosoftGraphTeamsAsyncOperationStatus
MicrosoftGraphTeamsAsyncOperation. 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 MicrosoftGraphTeamsAsyncOperation
MicrosoftGraphTeamsAsyncOperation. withStatus(MicrosoftGraphTeamsAsyncOperationStatus status)
Set the status property: The status property.
-