Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableColumn
Packages that use MicrosoftGraphWorkbookTableColumn
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookTableColumn in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookTableColumnModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTableColumn.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableColumn.MicrosoftGraphWorkbookTableColumn.withFilter(MicrosoftGraphWorkbookFilter filter) Set the filter property: workbookFilter.Set the id property: Read-only.Set the index property: Returns the index number of the column within the columns collection of the table.Set the name property: Returns the name of the table column.MicrosoftGraphWorkbookTableColumn.withValues(Map<String, Object> values) Set the values property: Json.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphWorkbookTableColumnModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTable.columns()Get the columns property: Represents a collection of all the columns in the table.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookTableColumnModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTable.withColumns(List<MicrosoftGraphWorkbookTableColumn> columns) Set the columns property: Represents a collection of all the columns in the table.