Share via


ISqlResourcesOperations Interface

Definition

SqlResourcesOperations operations.

public interface ISqlResourcesOperations
type ISqlResourcesOperations = interface
Public Interface ISqlResourcesOperations

Methods

BeginCreateUpdateSqlContainerWithHttpMessagesAsync(String, String, String, String, SqlContainerCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL container

BeginCreateUpdateSqlDatabaseWithHttpMessagesAsync(String, String, String, SqlDatabaseCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL database

BeginCreateUpdateSqlStoredProcedureWithHttpMessagesAsync(String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL storedProcedure

BeginCreateUpdateSqlTriggerWithHttpMessagesAsync(String, String, String, String, String, SqlTriggerCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL trigger

BeginCreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL userDefinedFunction

BeginDeleteSqlContainerWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL container.

BeginDeleteSqlDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL database.

BeginDeleteSqlStoredProcedureWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

BeginDeleteSqlTriggerWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL trigger.

BeginDeleteSqlUserDefinedFunctionWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

BeginUpdateSqlContainerThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL container

BeginUpdateSqlDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL database

CreateUpdateSqlContainerWithHttpMessagesAsync(String, String, String, String, SqlContainerCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL container

CreateUpdateSqlDatabaseWithHttpMessagesAsync(String, String, String, SqlDatabaseCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL database

CreateUpdateSqlStoredProcedureWithHttpMessagesAsync(String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL storedProcedure

CreateUpdateSqlTriggerWithHttpMessagesAsync(String, String, String, String, String, SqlTriggerCreateUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL trigger

CreateUpdateSqlUserDefinedFunctionWithHttpMessagesAsync(String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Create or update an Azure Cosmos DB SQL userDefinedFunction

DeleteSqlContainerWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL container.

DeleteSqlDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL database.

DeleteSqlStoredProcedureWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

DeleteSqlTriggerWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL trigger.

DeleteSqlUserDefinedFunctionWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

GetSqlContainerThroughputWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.

GetSqlContainerWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the SQL container under an existing Azure Cosmos DB database account.

GetSqlDatabaseThroughputWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided name.

GetSqlDatabaseWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.

GetSqlStoredProcedureWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.

GetSqlTriggerWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the SQL trigger under an existing Azure Cosmos DB database account.

GetSqlUserDefinedFunctionWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.

ListSqlContainersWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the SQL container under an existing Azure Cosmos DB database account.

ListSqlDatabasesWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the SQL databases under an existing Azure Cosmos DB database account.

ListSqlStoredProceduresWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.

ListSqlTriggersWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the SQL trigger under an existing Azure Cosmos DB database account.

ListSqlUserDefinedFunctionsWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.

UpdateSqlContainerThroughputWithHttpMessagesAsync(String, String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL container

UpdateSqlDatabaseThroughputWithHttpMessagesAsync(String, String, String, ThroughputSettingsUpdateParameters, Dictionary<String, List<String>>, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL database

Extension Methods

BeginCreateUpdateSqlContainerAsync(ISqlResourcesOperations, String, String, String, String, SqlContainerCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL container

BeginCreateUpdateSqlDatabaseAsync(ISqlResourcesOperations, String, String, String, SqlDatabaseCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL database

BeginCreateUpdateSqlStoredProcedureAsync(ISqlResourcesOperations, String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL storedProcedure

BeginCreateUpdateSqlTriggerAsync(ISqlResourcesOperations, String, String, String, String, String, SqlTriggerCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL trigger

BeginCreateUpdateSqlUserDefinedFunctionAsync(ISqlResourcesOperations, String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL userDefinedFunction

BeginDeleteSqlContainerAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL container.

BeginDeleteSqlDatabaseAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL database.

BeginDeleteSqlStoredProcedureAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

BeginDeleteSqlTriggerAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL trigger.

BeginDeleteSqlUserDefinedFunctionAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

BeginUpdateSqlContainerThroughputAsync(ISqlResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL container

BeginUpdateSqlDatabaseThroughputAsync(ISqlResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL database

CreateUpdateSqlContainerAsync(ISqlResourcesOperations, String, String, String, String, SqlContainerCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL container

CreateUpdateSqlDatabaseAsync(ISqlResourcesOperations, String, String, String, SqlDatabaseCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL database

CreateUpdateSqlStoredProcedureAsync(ISqlResourcesOperations, String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL storedProcedure

CreateUpdateSqlTriggerAsync(ISqlResourcesOperations, String, String, String, String, String, SqlTriggerCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL trigger

CreateUpdateSqlUserDefinedFunctionAsync(ISqlResourcesOperations, String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters, CancellationToken)

Create or update an Azure Cosmos DB SQL userDefinedFunction

DeleteSqlContainerAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL container.

DeleteSqlDatabaseAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL database.

DeleteSqlStoredProcedureAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

DeleteSqlTriggerAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL trigger.

DeleteSqlUserDefinedFunctionAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

GetSqlContainerAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Gets the SQL container under an existing Azure Cosmos DB database account.

GetSqlContainerThroughputAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Gets the RUs per second of the SQL container under an existing Azure Cosmos DB database account.

GetSqlDatabaseAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Gets the SQL database under an existing Azure Cosmos DB database account with the provided name.

GetSqlDatabaseThroughputAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Gets the RUs per second of the SQL database under an existing Azure Cosmos DB database account with the provided name.

GetSqlStoredProcedureAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Gets the SQL storedProcedure under an existing Azure Cosmos DB database account.

GetSqlTriggerAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Gets the SQL trigger under an existing Azure Cosmos DB database account.

GetSqlUserDefinedFunctionAsync(ISqlResourcesOperations, String, String, String, String, String, CancellationToken)

Gets the SQL userDefinedFunction under an existing Azure Cosmos DB database account.

ListSqlContainersAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Lists the SQL container under an existing Azure Cosmos DB database account.

ListSqlDatabasesAsync(ISqlResourcesOperations, String, String, CancellationToken)

Lists the SQL databases under an existing Azure Cosmos DB database account.

ListSqlStoredProceduresAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Lists the SQL storedProcedure under an existing Azure Cosmos DB database account.

ListSqlTriggersAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Lists the SQL trigger under an existing Azure Cosmos DB database account.

ListSqlUserDefinedFunctionsAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Lists the SQL userDefinedFunction under an existing Azure Cosmos DB database account.

UpdateSqlContainerThroughputAsync(ISqlResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL container

UpdateSqlDatabaseThroughputAsync(ISqlResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters, CancellationToken)

Update RUs per second of an Azure Cosmos DB SQL database

Applies to