DatabaseCopyOperationsExtensions.Update 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 Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse Update (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, Guid databaseCopyName, Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters parameters);
static member Update : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * Guid * Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateParameters -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyUpdateResponse
<Extension()>
Public Function Update (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, databaseCopyName As Guid, parameters As DatabaseCopyUpdateParameters) As 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.