Sdílet prostřednictvím


SqlResourcesOperationsExtensions Class

Definition

Extension methods for SqlResourcesOperations.

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

Methods

BeginCreateUpdateSqlContainer(ISqlResourcesOperations, String, String, String, String, SqlContainerCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL container

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

Create or update an Azure Cosmos DB SQL container

BeginCreateUpdateSqlDatabase(ISqlResourcesOperations, String, String, String, SqlDatabaseCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL database

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

Create or update an Azure Cosmos DB SQL database

BeginCreateUpdateSqlRoleAssignment(ISqlResourcesOperations, String, String, String, SqlRoleAssignmentCreateUpdateParameters)

Creates or updates an Azure Cosmos DB SQL Role Assignment.

BeginCreateUpdateSqlRoleAssignmentAsync(ISqlResourcesOperations, String, String, String, SqlRoleAssignmentCreateUpdateParameters, CancellationToken)

Creates or updates an Azure Cosmos DB SQL Role Assignment.

BeginCreateUpdateSqlRoleDefinition(ISqlResourcesOperations, String, String, String, SqlRoleDefinitionCreateUpdateParameters)

Creates or updates an Azure Cosmos DB SQL Role Definition.

BeginCreateUpdateSqlRoleDefinitionAsync(ISqlResourcesOperations, String, String, String, SqlRoleDefinitionCreateUpdateParameters, CancellationToken)

Creates or updates an Azure Cosmos DB SQL Role Definition.

BeginCreateUpdateSqlStoredProcedure(ISqlResourcesOperations, String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL storedProcedure

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

Create or update an Azure Cosmos DB SQL storedProcedure

BeginCreateUpdateSqlTrigger(ISqlResourcesOperations, String, String, String, String, String, SqlTriggerCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL trigger

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

Create or update an Azure Cosmos DB SQL trigger

BeginCreateUpdateSqlUserDefinedFunction(ISqlResourcesOperations, String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL userDefinedFunction

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

Create or update an Azure Cosmos DB SQL userDefinedFunction

BeginDeleteSqlContainer(ISqlResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL container.

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

Deletes an existing Azure Cosmos DB SQL container.

BeginDeleteSqlDatabase(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL database.

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

Deletes an existing Azure Cosmos DB SQL database.

BeginDeleteSqlRoleAssignment(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL Role Assignment.

BeginDeleteSqlRoleAssignmentAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL Role Assignment.

BeginDeleteSqlRoleDefinition(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL Role Definition.

BeginDeleteSqlRoleDefinitionAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL Role Definition.

BeginDeleteSqlStoredProcedure(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

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

Deletes an existing Azure Cosmos DB SQL storedProcedure.

BeginDeleteSqlTrigger(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL trigger.

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

Deletes an existing Azure Cosmos DB SQL trigger.

BeginDeleteSqlUserDefinedFunction(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

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

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

BeginMigrateSqlContainerToAutoscale(ISqlResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale

BeginMigrateSqlContainerToAutoscaleAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale

BeginMigrateSqlContainerToManualThroughput(ISqlResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput

BeginMigrateSqlContainerToManualThroughputAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput

BeginMigrateSqlDatabaseToAutoscale(ISqlResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale

BeginMigrateSqlDatabaseToAutoscaleAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale

BeginMigrateSqlDatabaseToManualThroughput(ISqlResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput

BeginMigrateSqlDatabaseToManualThroughputAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput

BeginRetrieveContinuousBackupInformation(ISqlResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation)

Retrieves continuous backup information for a container resource.

BeginRetrieveContinuousBackupInformationAsync(ISqlResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation, CancellationToken)

Retrieves continuous backup information for a container resource.

BeginUpdateSqlContainerThroughput(ISqlResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB SQL container

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

Update RUs per second of an Azure Cosmos DB SQL container

BeginUpdateSqlDatabaseThroughput(ISqlResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB SQL database

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

Update RUs per second of an Azure Cosmos DB SQL database

CreateUpdateSqlContainer(ISqlResourcesOperations, String, String, String, String, SqlContainerCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL container

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

Create or update an Azure Cosmos DB SQL container

CreateUpdateSqlDatabase(ISqlResourcesOperations, String, String, String, SqlDatabaseCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL database

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

Create or update an Azure Cosmos DB SQL database

CreateUpdateSqlRoleAssignment(ISqlResourcesOperations, String, String, String, SqlRoleAssignmentCreateUpdateParameters)

Creates or updates an Azure Cosmos DB SQL Role Assignment.

CreateUpdateSqlRoleAssignmentAsync(ISqlResourcesOperations, String, String, String, SqlRoleAssignmentCreateUpdateParameters, CancellationToken)

Creates or updates an Azure Cosmos DB SQL Role Assignment.

CreateUpdateSqlRoleDefinition(ISqlResourcesOperations, String, String, String, SqlRoleDefinitionCreateUpdateParameters)

Creates or updates an Azure Cosmos DB SQL Role Definition.

CreateUpdateSqlRoleDefinitionAsync(ISqlResourcesOperations, String, String, String, SqlRoleDefinitionCreateUpdateParameters, CancellationToken)

Creates or updates an Azure Cosmos DB SQL Role Definition.

CreateUpdateSqlStoredProcedure(ISqlResourcesOperations, String, String, String, String, String, SqlStoredProcedureCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL storedProcedure

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

Create or update an Azure Cosmos DB SQL storedProcedure

CreateUpdateSqlTrigger(ISqlResourcesOperations, String, String, String, String, String, SqlTriggerCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL trigger

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

Create or update an Azure Cosmos DB SQL trigger

CreateUpdateSqlUserDefinedFunction(ISqlResourcesOperations, String, String, String, String, String, SqlUserDefinedFunctionCreateUpdateParameters)

Create or update an Azure Cosmos DB SQL userDefinedFunction

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

Create or update an Azure Cosmos DB SQL userDefinedFunction

DeleteSqlContainer(ISqlResourcesOperations, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL container.

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

Deletes an existing Azure Cosmos DB SQL container.

DeleteSqlDatabase(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL database.

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

Deletes an existing Azure Cosmos DB SQL database.

DeleteSqlRoleAssignment(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL Role Assignment.

DeleteSqlRoleAssignmentAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL Role Assignment.

DeleteSqlRoleDefinition(ISqlResourcesOperations, String, String, String)

Deletes an existing Azure Cosmos DB SQL Role Definition.

DeleteSqlRoleDefinitionAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Deletes an existing Azure Cosmos DB SQL Role Definition.

DeleteSqlStoredProcedure(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL storedProcedure.

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

Deletes an existing Azure Cosmos DB SQL storedProcedure.

DeleteSqlTrigger(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL trigger.

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

Deletes an existing Azure Cosmos DB SQL trigger.

DeleteSqlUserDefinedFunction(ISqlResourcesOperations, String, String, String, String, String)

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

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

Deletes an existing Azure Cosmos DB SQL userDefinedFunction.

GetSqlContainer(ISqlResourcesOperations, String, String, String, String)

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

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

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

GetSqlContainerThroughput(ISqlResourcesOperations, String, String, String, String)

Gets the RUs per second of 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.

GetSqlDatabase(ISqlResourcesOperations, String, String, String)

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

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

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

GetSqlDatabaseThroughput(ISqlResourcesOperations, String, String, String)

Gets the RUs per second of 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.

GetSqlRoleAssignment(ISqlResourcesOperations, String, String, String)

Retrieves the properties of an existing Azure Cosmos DB SQL Role Assignment with the given Id.

GetSqlRoleAssignmentAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Retrieves the properties of an existing Azure Cosmos DB SQL Role Assignment with the given Id.

GetSqlRoleDefinition(ISqlResourcesOperations, String, String, String)

Retrieves the properties of an existing Azure Cosmos DB SQL Role Definition with the given Id.

GetSqlRoleDefinitionAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Retrieves the properties of an existing Azure Cosmos DB SQL Role Definition with the given Id.

GetSqlStoredProcedure(ISqlResourcesOperations, String, String, String, String, String)

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

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

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

GetSqlTrigger(ISqlResourcesOperations, String, String, String, String, String)

Gets the SQL trigger 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.

GetSqlUserDefinedFunction(ISqlResourcesOperations, String, String, String, String, String)

Gets the SQL userDefinedFunction 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.

ListSqlContainers(ISqlResourcesOperations, String, String, String)

Lists the SQL container 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.

ListSqlDatabases(ISqlResourcesOperations, String, String)

Lists the SQL databases 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.

ListSqlRoleAssignments(ISqlResourcesOperations, String, String)

Retrieves the list of all Azure Cosmos DB SQL Role Assignments.

ListSqlRoleAssignmentsAsync(ISqlResourcesOperations, String, String, CancellationToken)

Retrieves the list of all Azure Cosmos DB SQL Role Assignments.

ListSqlRoleDefinitions(ISqlResourcesOperations, String, String)

Retrieves the list of all Azure Cosmos DB SQL Role Definitions.

ListSqlRoleDefinitionsAsync(ISqlResourcesOperations, String, String, CancellationToken)

Retrieves the list of all Azure Cosmos DB SQL Role Definitions.

ListSqlStoredProcedures(ISqlResourcesOperations, String, String, String, String)

Lists the SQL storedProcedure 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.

ListSqlTriggers(ISqlResourcesOperations, String, String, String, String)

Lists the SQL trigger 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.

ListSqlUserDefinedFunctions(ISqlResourcesOperations, String, String, String, String)

Lists the SQL userDefinedFunction 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.

MigrateSqlContainerToAutoscale(ISqlResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale

MigrateSqlContainerToAutoscaleAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL container from manual throughput to autoscale

MigrateSqlContainerToManualThroughput(ISqlResourcesOperations, String, String, String, String)

Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput

MigrateSqlContainerToManualThroughputAsync(ISqlResourcesOperations, String, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL container from autoscale to manual throughput

MigrateSqlDatabaseToAutoscale(ISqlResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale

MigrateSqlDatabaseToAutoscaleAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL database from manual throughput to autoscale

MigrateSqlDatabaseToManualThroughput(ISqlResourcesOperations, String, String, String)

Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput

MigrateSqlDatabaseToManualThroughputAsync(ISqlResourcesOperations, String, String, String, CancellationToken)

Migrate an Azure Cosmos DB SQL database from autoscale to manual throughput

RetrieveContinuousBackupInformation(ISqlResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation)

Retrieves continuous backup information for a container resource.

RetrieveContinuousBackupInformationAsync(ISqlResourcesOperations, String, String, String, String, ContinuousBackupRestoreLocation, CancellationToken)

Retrieves continuous backup information for a container resource.

UpdateSqlContainerThroughput(ISqlResourcesOperations, String, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB SQL container

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

Update RUs per second of an Azure Cosmos DB SQL container

UpdateSqlDatabaseThroughput(ISqlResourcesOperations, String, String, String, ThroughputSettingsUpdateParameters)

Update RUs per second of an Azure Cosmos DB SQL database

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

Update RUs per second of an Azure Cosmos DB SQL database

Applies to