Uses of Class
com.azure.resourcemanager.cosmos.models.TableResource
-
Packages that use TableResource Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of TableResource in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return TableResource Modifier and Type Method Description TableResourceTableCreateUpdateProperties. resource()Get the resource property: The standard JSON format of a Table.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type TableResource Modifier and Type Method Description TableCreateUpdatePropertiesTableCreateUpdateProperties. withResource(TableResource resource)Set the resource property: The standard JSON format of a Table. -
Uses of TableResource in com.azure.resourcemanager.cosmos.models
Subclasses of TableResource in com.azure.resourcemanager.cosmos.models Modifier and Type Class Description classTableGetPropertiesResourceThe TableGetPropertiesResource model.Methods in com.azure.resourcemanager.cosmos.models that return TableResource Modifier and Type Method Description TableResourceTableCreateUpdateParameters. resource()Get the resource property: The standard JSON format of a Table.TableResourceTableResource. withId(String id)Set the id property: Name of the Cosmos DB table.Methods in com.azure.resourcemanager.cosmos.models with parameters of type TableResource Modifier and Type Method Description TableCreateUpdateParametersTableCreateUpdateParameters. withResource(TableResource resource)Set the resource property: The standard JSON format of a Table.
-