Condividi tramite


SyncAgentCollection.GetAll(CancellationToken) Method

Definition

Lists sync agents in a server.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/syncAgents
  • Operation Id: SyncAgents_ListByServer
  • Default Api Version: 2020-11-01-preview
  • Resource: SyncAgentResource
public virtual Azure.Pageable<Azure.ResourceManager.Sql.SyncAgentResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SyncAgentResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SyncAgentResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SyncAgentResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

A collection of SyncAgentResource that may take multiple service requests to iterate over.

Applies to