Share via


SqlResourcesOperationsExtensions Class

Definition

Extension methods for SqlResourcesOperations.

public static class SqlResourcesOperationsExtensions
type SqlResourcesOperationsExtensions = class
Public Module SqlResourcesOperationsExtensions
Inheritance
SqlResourcesOperationsExtensions

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