IDataSyncOperations.ListSyncAgentLinkedDatabaseAsync 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.
List all the databases connected by the specified sync agent.
public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabaseListResponse> ListSyncAgentLinkedDatabaseAsync (string resourceGroupName, string serverName, string syncAgentName, System.Threading.CancellationToken cancellationToken);
abstract member ListSyncAgentLinkedDatabaseAsync : string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentLinkedDatabaseListResponse>
Public Function ListSyncAgentLinkedDatabaseAsync (resourceGroupName As String, serverName As String, syncAgentName As String, cancellationToken As CancellationToken) As Task(Of SyncAgentLinkedDatabaseListResponse)
Parameters
- resourceGroupName
- String
Specifies the name of the resource group the sync agent belongs to.
- serverName
- String
Specifies the Azure SQL server name the sync agent belongs to.
- syncAgentName
- String
Specifies the sync agent name.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
Response for listing databases connected by a given sync agent operations.