共用方式為


SqlServerJobCredentialCollection.GetAll(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.Pageable<Azure.ResourceManager.Sql.SqlServerJobCredentialResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerJobCredentialResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Sql.SqlServerJobCredentialResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of SqlServerJobCredentialResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to