IDatabaseCopyOperations.UpdateAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET