DatabaseCopyOperationsExtensions.List Method (IDatabaseCopyOperations, String, String)
Retrieves the list of SQL Server database copies for a database.
Assembly: Microsoft.WindowsAzure.Management.Sql (in Microsoft.WindowsAzure.Management.Sql.dll)
<ExtensionAttribute> Public Shared Function List ( operations As IDatabaseCopyOperations, serverName As String, databaseName As String ) As DatabaseCopyListResponse
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 database server to be queried.
- databaseName
-
Type:
System.String
Required. The name of the database to be queried.
Return Value
Type: Microsoft.WindowsAzure.Management.Sql.Models.DatabaseCopyListResponseRepresents the response containing the list of database copies for a given database.
Show: