Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookOperation
-
Packages that use MicrosoftGraphWorkbookOperation Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphWorkbookOperation in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookOperation Modifier and Type Method Description MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookOperation.MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withError(MicrosoftGraphWorkbookOperationError error)Set the error property: workbookOperationError.MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withResourceLocation(String resourceLocation)Set the resourceLocation property: The resource URI for the result.MicrosoftGraphWorkbookOperationMicrosoftGraphWorkbookOperation. withStatus(MicrosoftGraphWorkbookOperationStatus status)Set the status property: The status property.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookOperation Modifier and Type Method Description List<MicrosoftGraphWorkbookOperation>MicrosoftGraphWorkbook. operations()Get the operations property: The status of workbook operations.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookOperation Modifier and Type Method Description MicrosoftGraphWorkbookMicrosoftGraphWorkbook. withOperations(List<MicrosoftGraphWorkbookOperation> operations)Set the operations property: The status of workbook operations.
-