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