IDataSyncOperations.ListSyncAgentAsync Method

Definition

List all the sync agents under a specified resource group.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentListResponse> ListSyncAgentAsync (string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken);
abstract member ListSyncAgentAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.SyncAgentListResponse>
Public Function ListSyncAgentAsync (resourceGroupName As String, serverName As String, cancellationToken As CancellationToken) As Task(Of SyncAgentListResponse)

Parameters

resourceGroupName
String

Specifies the name of the resource group.

serverName
String

Specifies the Azure SQL server name the sync agent belongs to.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response for listing sync agent operations.

Applies to