public interface SqlResourcesClient
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> |
beginCreateUpdateSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
Create or update an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> |
beginCreateUpdateSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> |
beginCreateUpdateSqlContainerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
Create or update an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> |
beginCreateUpdateSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
Create or update an Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> |
beginCreateUpdateSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> |
beginCreateUpdateSqlDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
Create or update an Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> |
beginCreateUpdateSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> |
beginCreateUpdateSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> |
beginCreateUpdateSqlStoredProcedureAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> |
beginCreateUpdateSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
Create or update an Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> |
beginCreateUpdateSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> |
beginCreateUpdateSqlTriggerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
Create or update an Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> |
beginCreateUpdateSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> |
beginCreateUpdateSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> |
beginCreateUpdateSqlUserDefinedFunctionAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Deletes an existing Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlContainerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Deletes an existing Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlStoredProcedureAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Deletes an existing Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlTriggerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Deletes an existing Azure Cosmos DB SQL trigger.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
beginDeleteSqlUserDefinedFunctionAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlContainerThroughput(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlContainerThroughput(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlContainerThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL container.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB SQL database.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> |
beginUpdateSqlDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL database.
|
SqlContainerGetResultsInner |
createUpdateSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
Create or update an Azure Cosmos DB SQL container.
|
SqlContainerGetResultsInner |
createUpdateSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL container.
|
Mono<SqlContainerGetResultsInner> |
createUpdateSqlContainerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
Create or update an Azure Cosmos DB SQL container.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateSqlContainerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
Create or update an Azure Cosmos DB SQL container.
|
SqlDatabaseGetResultsInner |
createUpdateSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
Create or update an Azure Cosmos DB SQL database.
|
SqlDatabaseGetResultsInner |
createUpdateSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL database.
|
Mono<SqlDatabaseGetResultsInner> |
createUpdateSqlDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
Create or update an Azure Cosmos DB SQL database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateSqlDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
Create or update an Azure Cosmos DB SQL database.
|
SqlStoredProcedureGetResultsInner |
createUpdateSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
SqlStoredProcedureGetResultsInner |
createUpdateSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
Mono<SqlStoredProcedureGetResultsInner> |
createUpdateSqlStoredProcedureAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateSqlStoredProcedureWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
Create or update an Azure Cosmos DB SQL storedProcedure.
|
SqlTriggerGetResultsInner |
createUpdateSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
Create or update an Azure Cosmos DB SQL trigger.
|
SqlTriggerGetResultsInner |
createUpdateSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL trigger.
|
Mono<SqlTriggerGetResultsInner> |
createUpdateSqlTriggerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
Create or update an Azure Cosmos DB SQL trigger.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateSqlTriggerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
Create or update an Azure Cosmos DB SQL trigger.
|
SqlUserDefinedFunctionGetResultsInner |
createUpdateSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
SqlUserDefinedFunctionGetResultsInner |
createUpdateSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters,
com.azure.core.util.Context context)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
Mono<SqlUserDefinedFunctionGetResultsInner> |
createUpdateSqlUserDefinedFunctionAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
createUpdateSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
Create or update an Azure Cosmos DB SQL userDefinedFunction.
|
void |
deleteSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Deletes an existing Azure Cosmos DB SQL container.
|
void |
deleteSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL container.
|
Mono<Void> |
deleteSqlContainerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Deletes an existing Azure Cosmos DB SQL container.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteSqlContainerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Deletes an existing Azure Cosmos DB SQL container.
|
void |
deleteSqlDatabase(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB SQL database.
|
void |
deleteSqlDatabase(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL database.
|
Mono<Void> |
deleteSqlDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB SQL database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteSqlDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Deletes an existing Azure Cosmos DB SQL database.
|
void |
deleteSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
void |
deleteSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
Mono<Void> |
deleteSqlStoredProcedureAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteSqlStoredProcedureWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Deletes an existing Azure Cosmos DB SQL storedProcedure.
|
void |
deleteSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Deletes an existing Azure Cosmos DB SQL trigger.
|
void |
deleteSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL trigger.
|
Mono<Void> |
deleteSqlTriggerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Deletes an existing Azure Cosmos DB SQL trigger.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteSqlTriggerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Deletes an existing Azure Cosmos DB SQL trigger.
|
void |
deleteSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
void |
deleteSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
com.azure.core.util.Context context)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
Mono<Void> |
deleteSqlUserDefinedFunctionAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
deleteSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Deletes an existing Azure Cosmos DB SQL userDefinedFunction.
|
SqlContainerGetResultsInner |
getSqlContainer(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the SQL container under an existing Azure Cosmos DB database account.
|
Mono<SqlContainerGetResultsInner> |
getSqlContainerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the SQL container under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
getSqlContainerThroughput(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.
|
Mono<ThroughputSettingsGetResultsInner> |
getSqlContainerThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getSqlContainerThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getSqlContainerThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.Response<SqlContainerGetResultsInner> |
getSqlContainerWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Gets the SQL container under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<SqlContainerGetResultsInner>> |
getSqlContainerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Gets the SQL container under an existing Azure Cosmos DB database account.
|
SqlDatabaseGetResultsInner |
getSqlDatabase(String resourceGroupName,
String accountName,
String databaseName)
Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.
|
Mono<SqlDatabaseGetResultsInner> |
getSqlDatabaseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.
|
ThroughputSettingsGetResultsInner |
getSqlDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided
name.
|
Mono<ThroughputSettingsGetResultsInner> |
getSqlDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided
name.
|
com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> |
getSqlDatabaseThroughputWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided
name.
|
Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> |
getSqlDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided
name.
|
com.azure.core.http.rest.Response<SqlDatabaseGetResultsInner> |
getSqlDatabaseWithResponse(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.
|
Mono<com.azure.core.http.rest.Response<SqlDatabaseGetResultsInner>> |
getSqlDatabaseWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName)
Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.
|
SqlStoredProcedureGetResultsInner |
getSqlStoredProcedure(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
Mono<SqlStoredProcedureGetResultsInner> |
getSqlStoredProcedureAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.Response<SqlStoredProcedureGetResultsInner> |
getSqlStoredProcedureWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName,
com.azure.core.util.Context context)
Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<SqlStoredProcedureGetResultsInner>> |
getSqlStoredProcedureWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String storedProcedureName)
Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
SqlTriggerGetResultsInner |
getSqlTrigger(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Gets the SQL trigger under an existing Azure Cosmos DB database account.
|
Mono<SqlTriggerGetResultsInner> |
getSqlTriggerAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Gets the SQL trigger under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.Response<SqlTriggerGetResultsInner> |
getSqlTriggerWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName,
com.azure.core.util.Context context)
Gets the SQL trigger under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<SqlTriggerGetResultsInner>> |
getSqlTriggerWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String triggerName)
Gets the SQL trigger under an existing Azure Cosmos DB database account.
|
SqlUserDefinedFunctionGetResultsInner |
getSqlUserDefinedFunction(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
Mono<SqlUserDefinedFunctionGetResultsInner> |
getSqlUserDefinedFunctionAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.Response<SqlUserDefinedFunctionGetResultsInner> |
getSqlUserDefinedFunctionWithResponse(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName,
com.azure.core.util.Context context)
Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
Mono<com.azure.core.http.rest.Response<SqlUserDefinedFunctionGetResultsInner>> |
getSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
String userDefinedFunctionName)
Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlContainerGetResultsInner> |
listSqlContainers(String resourceGroupName,
String accountName,
String databaseName)
Lists the SQL container under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlContainerGetResultsInner> |
listSqlContainers(String resourceGroupName,
String accountName,
String databaseName,
com.azure.core.util.Context context)
Lists the SQL container under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<SqlContainerGetResultsInner> |
listSqlContainersAsync(String resourceGroupName,
String accountName,
String databaseName)
Lists the SQL container under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlDatabaseGetResultsInner> |
listSqlDatabases(String resourceGroupName,
String accountName)
Lists the SQL databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlDatabaseGetResultsInner> |
listSqlDatabases(String resourceGroupName,
String accountName,
com.azure.core.util.Context context)
Lists the SQL databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<SqlDatabaseGetResultsInner> |
listSqlDatabasesAsync(String resourceGroupName,
String accountName)
Lists the SQL databases under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlStoredProcedureGetResultsInner> |
listSqlStoredProcedures(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlStoredProcedureGetResultsInner> |
listSqlStoredProcedures(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<SqlStoredProcedureGetResultsInner> |
listSqlStoredProceduresAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlTriggerGetResultsInner> |
listSqlTriggers(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL trigger under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlTriggerGetResultsInner> |
listSqlTriggers(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Lists the SQL trigger under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<SqlTriggerGetResultsInner> |
listSqlTriggersAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL trigger under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlUserDefinedFunctionGetResultsInner> |
listSqlUserDefinedFunctions(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedIterable<SqlUserDefinedFunctionGetResultsInner> |
listSqlUserDefinedFunctions(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
com.azure.core.util.Context context)
Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
com.azure.core.http.rest.PagedFlux<SqlUserDefinedFunctionGetResultsInner> |
listSqlUserDefinedFunctionsAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName)
Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.
|
ThroughputSettingsGetResultsInner |
updateSqlContainerThroughput(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL container.
|
ThroughputSettingsGetResultsInner |
updateSqlContainerThroughput(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB SQL container.
|
Mono<ThroughputSettingsGetResultsInner> |
updateSqlContainerThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL container.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateSqlContainerThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
String containerName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL container.
|
ThroughputSettingsGetResultsInner |
updateSqlDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL database.
|
ThroughputSettingsGetResultsInner |
updateSqlDatabaseThroughput(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters,
com.azure.core.util.Context context)
Update RUs per second of an Azure Cosmos DB SQL database.
|
Mono<ThroughputSettingsGetResultsInner> |
updateSqlDatabaseThroughputAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL database.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
updateSqlDatabaseThroughputWithResponseAsync(String resourceGroupName,
String accountName,
String databaseName,
ThroughputSettingsUpdateParameters updateThroughputParameters)
Update RUs per second of an Azure Cosmos DB SQL database.
|
com.azure.core.http.rest.PagedFlux<SqlDatabaseGetResultsInner> listSqlDatabasesAsync(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlDatabaseGetResultsInner> listSqlDatabases(String resourceGroupName, String accountName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlDatabaseGetResultsInner> listSqlDatabases(String resourceGroupName, String accountName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SqlDatabaseGetResultsInner>> getSqlDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlDatabaseGetResultsInner> getSqlDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlDatabaseGetResultsInner getSqlDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SqlDatabaseGetResultsInner> getSqlDatabaseWithResponse(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateSqlDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> beginCreateUpdateSqlDatabaseAsync(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> beginCreateUpdateSqlDatabase(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlDatabaseGetResultsInner>,SqlDatabaseGetResultsInner> beginCreateUpdateSqlDatabase(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlDatabaseGetResultsInner> createUpdateSqlDatabaseAsync(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlDatabaseGetResultsInner createUpdateSqlDatabase(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlDatabaseGetResultsInner createUpdateSqlDatabase(String resourceGroupName, String accountName, String databaseName, SqlDatabaseCreateUpdateParameters createUpdateSqlDatabaseParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.createUpdateSqlDatabaseParameters - Parameters to create and update Cosmos DB SQL database.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteSqlDatabaseWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlDatabase(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSqlDatabaseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlDatabase(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlDatabase(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> getSqlDatabaseThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> getSqlDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner getSqlDatabaseThroughput(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> getSqlDatabaseThroughputWithResponse(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateSqlDatabaseThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> updateSqlDatabaseThroughputAsync(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateSqlDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateSqlDatabaseThroughput(String resourceGroupName, String accountName, String databaseName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SqlContainerGetResultsInner> listSqlContainersAsync(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlContainerGetResultsInner> listSqlContainers(String resourceGroupName, String accountName, String databaseName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlContainerGetResultsInner> listSqlContainers(String resourceGroupName, String accountName, String databaseName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SqlContainerGetResultsInner>> getSqlContainerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlContainerGetResultsInner> getSqlContainerAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlContainerGetResultsInner getSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SqlContainerGetResultsInner> getSqlContainerWithResponse(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateSqlContainerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> beginCreateUpdateSqlContainerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> beginCreateUpdateSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlContainerGetResultsInner>,SqlContainerGetResultsInner> beginCreateUpdateSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlContainerGetResultsInner> createUpdateSqlContainerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlContainerGetResultsInner createUpdateSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlContainerGetResultsInner createUpdateSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, SqlContainerCreateUpdateParameters createUpdateSqlContainerParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.createUpdateSqlContainerParameters - Parameters to create and update Cosmos DB container.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteSqlContainerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlContainerAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSqlContainerAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlContainer(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner>> getSqlContainerThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> getSqlContainerThroughputAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner getSqlContainerThroughput(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<ThroughputSettingsGetResultsInner> getSqlContainerThroughputWithResponse(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> updateSqlContainerThroughputWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlContainerThroughputAsync(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlContainerThroughput(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<ThroughputSettingsGetResultsInner>,ThroughputSettingsGetResultsInner> beginUpdateSqlContainerThroughput(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<ThroughputSettingsGetResultsInner> updateSqlContainerThroughputAsync(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateSqlContainerThroughput(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.ThroughputSettingsGetResultsInner updateSqlContainerThroughput(String resourceGroupName, String accountName, String databaseName, String containerName, ThroughputSettingsUpdateParameters updateThroughputParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.updateThroughputParameters - Parameters to update Cosmos DB resource throughput.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SqlStoredProcedureGetResultsInner> listSqlStoredProceduresAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlStoredProcedureGetResultsInner> listSqlStoredProcedures(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlStoredProcedureGetResultsInner> listSqlStoredProcedures(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SqlStoredProcedureGetResultsInner>> getSqlStoredProcedureWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlStoredProcedureGetResultsInner> getSqlStoredProcedureAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlStoredProcedureGetResultsInner getSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SqlStoredProcedureGetResultsInner> getSqlStoredProcedureWithResponse(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateSqlStoredProcedureWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> beginCreateUpdateSqlStoredProcedureAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> beginCreateUpdateSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlStoredProcedureGetResultsInner>,SqlStoredProcedureGetResultsInner> beginCreateUpdateSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlStoredProcedureGetResultsInner> createUpdateSqlStoredProcedureAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlStoredProcedureGetResultsInner createUpdateSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlStoredProcedureGetResultsInner createUpdateSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, SqlStoredProcedureCreateUpdateParameters createUpdateSqlStoredProcedureParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.createUpdateSqlStoredProcedureParameters - Parameters to create and update Cosmos DB storedProcedure.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteSqlStoredProcedureWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlStoredProcedureAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSqlStoredProcedureAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlStoredProcedure(String resourceGroupName, String accountName, String databaseName, String containerName, String storedProcedureName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.storedProcedureName - Cosmos DB storedProcedure name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SqlUserDefinedFunctionGetResultsInner> listSqlUserDefinedFunctionsAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlUserDefinedFunctionGetResultsInner> listSqlUserDefinedFunctions(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlUserDefinedFunctionGetResultsInner> listSqlUserDefinedFunctions(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SqlUserDefinedFunctionGetResultsInner>> getSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlUserDefinedFunctionGetResultsInner> getSqlUserDefinedFunctionAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlUserDefinedFunctionGetResultsInner getSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SqlUserDefinedFunctionGetResultsInner> getSqlUserDefinedFunctionWithResponse(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> beginCreateUpdateSqlUserDefinedFunctionAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> beginCreateUpdateSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlUserDefinedFunctionGetResultsInner>,SqlUserDefinedFunctionGetResultsInner> beginCreateUpdateSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlUserDefinedFunctionGetResultsInner> createUpdateSqlUserDefinedFunctionAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlUserDefinedFunctionGetResultsInner createUpdateSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlUserDefinedFunctionGetResultsInner createUpdateSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, SqlUserDefinedFunctionCreateUpdateParameters createUpdateSqlUserDefinedFunctionParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.createUpdateSqlUserDefinedFunctionParameters - Parameters to create and update Cosmos DB
userDefinedFunction.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteSqlUserDefinedFunctionWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlUserDefinedFunctionAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSqlUserDefinedFunctionAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlUserDefinedFunction(String resourceGroupName, String accountName, String databaseName, String containerName, String userDefinedFunctionName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.userDefinedFunctionName - Cosmos DB userDefinedFunction name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedFlux<SqlTriggerGetResultsInner> listSqlTriggersAsync(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlTriggerGetResultsInner> listSqlTriggers(String resourceGroupName, String accountName, String databaseName, String containerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.PagedIterable<SqlTriggerGetResultsInner> listSqlTriggers(String resourceGroupName, String accountName, String databaseName, String containerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<SqlTriggerGetResultsInner>> getSqlTriggerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlTriggerGetResultsInner> getSqlTriggerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlTriggerGetResultsInner getSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.http.rest.Response<SqlTriggerGetResultsInner> getSqlTriggerWithResponse(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> createUpdateSqlTriggerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> beginCreateUpdateSqlTriggerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> beginCreateUpdateSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<SqlTriggerGetResultsInner>,SqlTriggerGetResultsInner> beginCreateUpdateSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<SqlTriggerGetResultsInner> createUpdateSqlTriggerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlTriggerGetResultsInner createUpdateSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.SqlTriggerGetResultsInner createUpdateSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, SqlTriggerCreateUpdateParameters createUpdateSqlTriggerParameters, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.createUpdateSqlTriggerParameters - Parameters to create and update Cosmos DB trigger.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> deleteSqlTriggerWithResponseAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlTriggerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> beginDeleteSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Mono<Void> deleteSqlTriggerAsync(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.void deleteSqlTrigger(String resourceGroupName, String accountName, String databaseName, String containerName, String triggerName, com.azure.core.util.Context context)
resourceGroupName - Name of an Azure resource group.accountName - Cosmos DB database account name.databaseName - Cosmos DB database name.containerName - Cosmos DB container name.triggerName - Cosmos DB trigger name.context - The context to associate with this operation.IllegalArgumentException - thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.RuntimeException - all other wrapped checked exceptions if the request fails to be sent.Copyright © 2020 Microsoft Corporation. All rights reserved.