DatabaseOperationsExtensions.Update 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 static DatabaseUpdateResponse Update(
	this 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: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateResponse

Contains the response from a request to Update Database.

Return to top
Show: