Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphTeamsAsyncOperation
Packages that use MicrosoftGraphTeamsAsyncOperation
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphTeamsAsyncOperation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphTeamsAsyncOperationModifier and TypeMethodDescriptionMicrosoftGraphTeamsAsyncOperation.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: teamsAsyncOperation.MicrosoftGraphTeamsAsyncOperation.withAttemptsCount(Integer attemptsCount) Set the attemptsCount property: Number of times the operation was attempted before being marked successful or failed.MicrosoftGraphTeamsAsyncOperation.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: Time when the operation was created.MicrosoftGraphTeamsAsyncOperation.withError(MicrosoftGraphOperationError error) Set the error property: operationError.Set the id property: Read-only.MicrosoftGraphTeamsAsyncOperation.withLastActionDateTime(OffsetDateTime lastActionDateTime) Set the lastActionDateTime property: Time when the async operation was last updated.MicrosoftGraphTeamsAsyncOperation.withOperationType(MicrosoftGraphTeamsAsyncOperationType operationType) Set the operationType property: teamsAsyncOperationType.MicrosoftGraphTeamsAsyncOperation.withStatus(MicrosoftGraphTeamsAsyncOperationStatus status) Set the status property: teamsAsyncOperationStatus.MicrosoftGraphTeamsAsyncOperation.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The ID of the object that's created or modified as result of this async operation, typically a team.MicrosoftGraphTeamsAsyncOperation.withTargetResourceLocation(String targetResourceLocation) Set the targetResourceLocation property: The location of the object that's created or modified as result of this async operation.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphTeamsAsyncOperationModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.operations()Get the operations property: The async operations that ran or are running on this team.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphTeamsAsyncOperationModifier and TypeMethodDescriptionMicrosoftGraphTeamInner.withOperations(List<MicrosoftGraphTeamsAsyncOperation> operations) Set the operations property: The async operations that ran or are running on this team.