Bagikan melalui


SqlServerJobCredentialCollection.GetAllAsync(CancellationToken) Method

Definition

Gets a list of jobs credentials.

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

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of SqlServerJobCredentialResource that may take multiple service requests to iterate over.

Applies to