Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableRow
Packages that use MicrosoftGraphWorkbookTableRow
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphWorkbookTableRow in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphWorkbookTableRowModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTableRow.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: workbookTableRow.Set the id property: Read-only.Set the index property: Returns the index number of the row within the rows collection of the table.MicrosoftGraphWorkbookTableRow.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 MicrosoftGraphWorkbookTableRowModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTable.rows()Get the rows property: Represents a collection of all the rows in the table.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphWorkbookTableRowModifier and TypeMethodDescriptionMicrosoftGraphWorkbookTable.withRows(List<MicrosoftGraphWorkbookTableRow> rows) Set the rows property: Represents a collection of all the rows in the table.