IDatabaseCopyOperations.UpdateAsync Method

Definition

Updates a SQL Server database copy.

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse> UpdateAsync (string serverName, string databaseName, Guid databaseCopyName, Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member UpdateAsync : string * string * Guid * Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse>
Public Function UpdateAsync (serverName As String, databaseName As String, databaseCopyName As Guid, parameters As DatabaseCopyUpdateParameters, cancellationToken As CancellationToken) As Task(Of DatabaseCopyUpdateResponse)

Parameters

serverName
String

The name of the source or destination SQL Server instance.

databaseName
String

The name of the database.

databaseCopyName
Guid

The unique identifier for the database copy to update.

parameters
DatabaseCopyUpdateParameters

The additional parameters for the update database copy operation.

cancellationToken
CancellationToken

Cancellation token.

Returns

Represents a response to the update request.

Applies to