Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphWorkbookTableRow
-
Packages that use MicrosoftGraphWorkbookTableRow Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphWorkbookTableRow Modifier and Type Method Description MicrosoftGraphWorkbookTableRowMicrosoftGraphWorkbookTableRow. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: workbookTableRow.MicrosoftGraphWorkbookTableRowMicrosoftGraphWorkbookTableRow. withId(String id)Set the id property: Read-only.MicrosoftGraphWorkbookTableRowMicrosoftGraphWorkbookTableRow. withIndex(Integer index)Set the index property: Returns the index number of the row within the rows collection of the table.MicrosoftGraphWorkbookTableRowMicrosoftGraphWorkbookTableRow. 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 MicrosoftGraphWorkbookTableRow Modifier and Type Method Description List<MicrosoftGraphWorkbookTableRow>MicrosoftGraphWorkbookTable. 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 MicrosoftGraphWorkbookTableRow Modifier and Type Method Description MicrosoftGraphWorkbookTableMicrosoftGraphWorkbookTable. withRows(List<MicrosoftGraphWorkbookTableRow> rows)Set the rows property: Represents a collection of all the rows in the table.
-