DatabaseCopyOperationsExtensions.Create 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.
Starts a SQL Server database copy.
public static Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateResponse Create (this Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations operations, string serverName, string databaseName, Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters parameters);
static member Create : Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations * string * string * Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateParameters -> Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyCreateResponse
<Extension()>
Public Function Create (operations As IDatabaseCopyOperations, serverName As String, databaseName As String, parameters As DatabaseCopyCreateParameters) As DatabaseCopyCreateResponse
Parameters
- operations
- IDatabaseCopyOperations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
- serverName
- String
Required. The name of the SQL Server where the source database resides.
- databaseName
- String
Required. The name of the source database.
- parameters
- DatabaseCopyCreateParameters
Required. The additional parameters for the create database copy operation.
Returns
Represents a response to the create request.
Applies to
Azure SDK for .NET