SqlServerJobAgentCollection.GetAll(CancellationToken) Method

Definition

Gets a list of job agents in a server.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to