Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOnenoteOperation
Packages that use MicrosoftGraphOnenoteOperation
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphOnenoteOperation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphOnenoteOperationModifier and TypeMethodDescriptionMicrosoftGraphOnenoteOperation.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: onenoteOperation.MicrosoftGraphOnenoteOperation.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The start time of the operation.MicrosoftGraphOnenoteOperation.withError(MicrosoftGraphOnenoteOperationError error) Set the error property: onenoteOperationError.Set the id property: Read-only.MicrosoftGraphOnenoteOperation.withLastActionDateTime(OffsetDateTime lastActionDateTime) Set the lastActionDateTime property: The time of the last action of the operation.MicrosoftGraphOnenoteOperation.withPercentComplete(String percentComplete) Set the percentComplete property: The operation percent complete if the operation is still in running status.MicrosoftGraphOnenoteOperation.withResourceId(String resourceId) Set the resourceId property: The resource id.MicrosoftGraphOnenoteOperation.withResourceLocation(String resourceLocation) Set the resourceLocation property: The resource URI for the object.MicrosoftGraphOnenoteOperation.withStatus(MicrosoftGraphOperationStatus status) Set the status property: operationStatus.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphOnenoteOperationModifier and TypeMethodDescriptionMicrosoftGraphOnenote.operations()Get the operations property: The status of OneNote operations.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphOnenoteOperationModifier and TypeMethodDescriptionMicrosoftGraphOnenote.withOperations(List<MicrosoftGraphOnenoteOperation> operations) Set the operations property: The status of OneNote operations.