IDatabaseCopyOperations::UpdateAsync Method (String^, String^, Guid, DatabaseCopyUpdateParameters^, CancellationToken)
Updates a SQL Server database copy.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Task<DatabaseCopyUpdateResponse^>^ UpdateAsync( String^ serverName, String^ databaseName, Guid databaseCopyName, DatabaseCopyUpdateParameters^ parameters, CancellationToken cancellationToken )
Parameters
- serverName
-
Type:
System::String^
The name of the source or destination SQL Server instance.
- databaseName
-
Type:
System::String^
The name of the database.
- databaseCopyName
-
Type:
System::Guid
The unique identifier for the database copy to update.
- parameters
-
Type:
Microsoft.WindowsAzure.Management.Sql.Models::DatabaseCopyUpdateParameters^
The additional parameters for the update database copy operation.
- cancellationToken
-
Type:
System.Threading::CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks::Task<DatabaseCopyUpdateResponse^>^Represents a response to the update request.
Show: