Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookNamedItem
Packages that use MicrosoftGraphWorkbookNamedItem
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookNamedItem in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookNamedItemModifier and TypeMethodDescriptionMicrosoftGraphWorkbookNamedItem.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookNamedItem.MicrosoftGraphWorkbookNamedItem.withComment(String comment) Set the comment property: Represents the comment associated with this name.Set the id property: Read-only.Set the name property: The name of the object.Set the scope property: Indicates whether the name is scoped to the workbook or to a specific worksheet.Set the type property: Indicates what type of reference is associated with the name.Set the value property: Json.MicrosoftGraphWorkbookNamedItem.withVisible(Boolean visible) Set the visible property: Specifies whether the object is visible or not.MicrosoftGraphWorkbookNamedItem.withWorksheet(MicrosoftGraphWorkbookWorksheet worksheet) Set the worksheet property: workbookWorksheet.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookNamedItemModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.names()Get the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbookWorksheet.names()Get the names property: Returns collection of names that are associated with the worksheet.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookNamedItemModifier and TypeMethodDescriptionMicrosoftGraphWorkbook.withNames(List<MicrosoftGraphWorkbookNamedItem> names) Set the names property: Represents a collection of workbook scoped named items (named ranges and constants).MicrosoftGraphWorkbookWorksheet.withNames(List<MicrosoftGraphWorkbookNamedItem> names) Set the names property: Returns collection of names that are associated with the worksheet.