DatabaseCopyOperationsExtensions.GetAsync Method
Retrieves information about a SQL Server database copy.
Namespace: Microsoft.WindowsAzure.Management.Sql
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
Usage
'Usage
Dim operations As IDatabaseCopyOperations
Dim serverName As String
Dim databaseName As String
Dim databaseCopyName As String
Dim returnValue As Task(Of DatabaseCopyGetResponse)
returnValue = DatabaseCopyOperationsExtensions.GetAsync(operations, serverName, databaseName, databaseCopyName)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetAsync ( _
operations As IDatabaseCopyOperations, _
serverName As String, _
databaseName As String, _
databaseCopyName As String _
) As Task(Of DatabaseCopyGetResponse)
[ExtensionAttribute]
public static Task<DatabaseCopyGetResponse> GetAsync (
IDatabaseCopyOperations operations,
string serverName,
string databaseName,
string databaseCopyName
)
[ExtensionAttribute]
public:
static Task<DatabaseCopyGetResponse^>^ GetAsync (
IDatabaseCopyOperations^ operations,
String^ serverName,
String^ databaseName,
String^ databaseCopyName
)
/** @attribute ExtensionAttribute() */
public static Task<DatabaseCopyGetResponse> GetAsync (
IDatabaseCopyOperations operations,
String serverName,
String databaseName,
String databaseCopyName
)
ExtensionAttribute
public static function GetAsync (
operations : IDatabaseCopyOperations,
serverName : String,
databaseName : String,
databaseCopyName : String
) : Task<DatabaseCopyGetResponse>
Parameters
- operations
Reference to the Microsoft.WindowsAzure.Management.Sql.IDatabaseCopyOperations.
- serverName
Required. The name of the source or destination SQL Server instance.
- databaseName
Required. The name of the database.
- databaseCopyName
Required. The unique identifier for the database copy to retrieve.
Return Value
Represents a response to the get request.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows 7, Windows Server 2008, Windows 8.1, Windows Server 2012 R2, Windows 8 and Windows Server 2012
Target Platforms
See Also
Reference
DatabaseCopyOperationsExtensions Class
DatabaseCopyOperationsExtensions Members
Microsoft.WindowsAzure.Management.Sql Namespace