Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbook
Packages that use MicrosoftGraphWorkbook
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbook in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbook.MicrosoftGraphWorkbook.withApplication(MicrosoftGraphWorkbookApplication application) Set the application property: workbookApplication.MicrosoftGraphWorkbook.withComments(List<MicrosoftGraphWorkbookComment> comments) Set the comments property: The comments property.MicrosoftGraphWorkbook.withFunctions(MicrosoftGraphWorkbookFunctions functions) Set the functions property: workbookFunctions.Set the id property: Read-only.MicrosoftGraphWorkbook.withNames(List<MicrosoftGraphWorkbookNamedItem> names) Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbook.withOperations(List<MicrosoftGraphWorkbookOperation> operations) Set the operations property: The status of workbook operations.MicrosoftGraphWorkbook.withTables(List<MicrosoftGraphWorkbookTable> tables) Set the tables property: Represents a collection of tables associated with the workbook.MicrosoftGraphWorkbook.withWorksheets(List<MicrosoftGraphWorkbookWorksheet> worksheets) Set the worksheets property: Represents a collection of worksheets associated with the workbook.MicrosoftGraphDriveItem.workbook()Get the workbook property: workbook.Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphWorkbookModifier and TypeMethodDescriptionMicrosoftGraphDriveItem.withWorkbook(MicrosoftGraphWorkbook workbook) Set the workbook property: workbook.