IDatabaseOperations.UpdateAsync Method (String, String, DatabaseUpdateParameters, CancellationToken)
Updates the properties of an Azure SQL Database.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Function UpdateAsync ( serverName As String, databaseName As String, parameters As DatabaseUpdateParameters, cancellationToken As CancellationToken ) As Task(Of DatabaseUpdateResponse)
Parameters
- serverName
-
Type:
System.String
The name of the Azure SQL Database Server where the database is hosted.
- databaseName
-
Type:
System.String
The name of the Azure SQL Database to be updated.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models.DatabaseUpdateParameters
The parameters for the Update Database operation.
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of DatabaseUpdateResponse)Contains the response from a request to Update Database.
Show: