Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.TableGetResultsInner
Packages that use TableGetResultsInner
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of TableGetResultsInner in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent that return TableGetResultsInnerModifier and TypeMethodDescriptionTableResourcesClient.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.Gets the Tables under an existing Azure Cosmos DB database account with the provided name.Methods in com.azure.resourcemanager.cosmos.fluent that return types with arguments of type TableGetResultsInnerModifier 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) 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.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.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.createUpdateTableAsync
(String resourceGroupName, String accountName, String tableName, TableCreateUpdateParameters createUpdateTableParameters) Create or update an Azure Cosmos DB Table.TableResourcesClient.getTableAsync
(String resourceGroupName, String accountName, String tableName) Gets the Tables under an existing Azure Cosmos DB database account with the provided name.com.azure.core.http.rest.Response
<TableGetResultsInner> TableResourcesClient.getTableWithResponse
(String resourceGroupName, String accountName, String tableName, com.azure.core.util.Context context) Gets the Tables under an existing Azure Cosmos DB database account with the provided name.Mono
<com.azure.core.http.rest.Response<TableGetResultsInner>> TableResourcesClient.getTableWithResponseAsync
(String resourceGroupName, String accountName, String tableName) Gets the Tables under an existing Azure Cosmos DB database account with the provided name.com.azure.core.http.rest.PagedIterable
<TableGetResultsInner> TableResourcesClient.listTables
(String resourceGroupName, String accountName) Lists the Tables under an existing Azure Cosmos DB database account.com.azure.core.http.rest.PagedIterable
<TableGetResultsInner> TableResourcesClient.listTables
(String resourceGroupName, String accountName, com.azure.core.util.Context context) Lists the Tables under an existing Azure Cosmos DB database account.com.azure.core.http.rest.PagedFlux
<TableGetResultsInner> TableResourcesClient.listTablesAsync
(String resourceGroupName, String accountName) Lists the Tables under an existing Azure Cosmos DB database account. -
Uses of TableGetResultsInner in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return TableGetResultsInnerModifier and TypeMethodDescriptionstatic TableGetResultsInner
TableGetResultsInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of TableGetResultsInner from the JsonReader.TableGetResultsInner.withLocation
(String location) TableGetResultsInner.withOptions
(TableGetPropertiesOptions options) Set the options property: The options property.TableGetResultsInner.withResource
(TableGetPropertiesResource resource) Set the resource property: The resource property. -
Uses of TableGetResultsInner in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type TableGetResultsInnerModifier and TypeMethodDescriptionTableListResult.value()
Get the value property: List of Table and their properties.