IDataSyncOperations.ListSyncAgentAsync 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 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.