DatabaseCopyOperationsExtensions.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 static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse> UpdateAsync (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, Guid databaseCopyName, Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters parameters);
static member UpdateAsync : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * Guid * Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse>
<Extension()>
Public Function UpdateAsync (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As Guid, parameters As DatabaseCopyUpdateParameters) As Task(Of DatabaseCopyUpdateResponse)
Parameters
- operations
- IDatabaseCopyOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
- serverName
- String
Required. The name of the source or destination SQL Server instance.
- databaseName
- String
Required. The name of the database.
- databaseCopyName
- Guid
Required. The unique identifier for the database copy to update.
- parameters
- DatabaseCopyUpdateParameters
Required. The additional parameters for the update database copy operation.
Returns
Represents a response to the update request.
Applies to
Azure SDK for .NET