Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableColumn
-
Packages that use MicrosoftGraphWorkbookTableColumn Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphWorkbookTableColumn Modifier and Type Method Description MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookTableColumn.MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. withFilter(MicrosoftGraphWorkbookFilter filter)Set the filter property: workbookFilter.MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. withIndex(Integer index)Set the index property: Returns the index number of the column within the columns collection of the table.MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. withName(String name)Set the name property: Returns the name of the table column.MicrosoftGraphWorkbookTableColumnMicrosoftGraphWorkbookTableColumn. 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 MicrosoftGraphWorkbookTableColumn Modifier and Type Method Description List<MicrosoftGraphWorkbookTableColumn>MicrosoftGraphWorkbookTable. 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 MicrosoftGraphWorkbookTableColumn Modifier and Type Method Description MicrosoftGraphWorkbookTableMicrosoftGraphWorkbookTable. withColumns(List<MicrosoftGraphWorkbookTableColumn> columns)Set the columns property: Represents a collection of all the columns in the table.
-