Uses of Class
com.azure.resourcemanager.cosmos.models.TableCreateUpdateParameters
Packages that use TableCreateUpdateParameters
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of TableCreateUpdateParameters in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type TableCreateUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>, TableGetResultsInner> TableResourcesClient.beginCreateUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TableGetResultsInner>, TableGetResultsInner> TableResourcesClient.beginCreateUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters, com.azure.core.util.Context context) Create or update an Azure Cosmos DB Table.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TableGetResultsInner>, TableGetResultsInner> TableResourcesClient.beginCreateUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table.TableResourcesClient.createUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table.TableResourcesClient.createUpdateTable(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters, com.azure.core.util.Context context) Create or update an Azure Cosmos DB Table.TableResourcesClient.createUpdateTableAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> TableResourcesClient.createUpdateTableWithResponseAsync(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table. -
Uses of TableCreateUpdateParameters in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return TableCreateUpdateParametersModifier and TypeMethodDescriptionstatic TableCreateUpdateParametersTableCreateUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TableCreateUpdateParameters from the JsonReader.TableCreateUpdateParameters.withLocation(String location) TableCreateUpdateParameters.withOptions(CreateUpdateOptions options) Set the options property: A key-value pair of options to be applied for the request.TableCreateUpdateParameters.withResource(TableResource resource) Set the resource property: The standard JSON format of a Table.