DatabaseOperationsExtensions::UpdateAsync Method (IDatabaseOperations^, String^, String^, DatabaseUpdateParameters^)

 

Updates the properties of an Azure SQL Database.

Namespace:   Microsoft.WindowsAzure.Management.Sql
Assembly:  Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)

public:
[ExtensionAttribute]
static Task<DatabaseUpdateResponse^>^ UpdateAsync(
	IDatabaseOperations^ operations,
	String^ serverName,
	String^ databaseName,
	DatabaseUpdateParameters^ parameters
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Sql::IDatabaseOperations^

Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseOperations.

serverName
Type: System::String^

Required. The name of the Azure SQL Database Server where the database is hosted.

databaseName
Type: System::String^

Required. The name of the Azure SQL Database to be updated.

parameters
Type: Microsoft.WindowsAzure.Management.Sql.Models::DatabaseUpdateParameters^

Required. The parameters for the Update Database operation.

Return Value

Type: System.Threading.Tasks::Task<DatabaseUpdateResponse^>^

Contains the response from a request to Update Database.

Return to top
Show: