Freigeben über


SqlServerJobCredentialCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft eine Liste der Auftragsanmeldeinformationen ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/credentials
  • Vorgang IdJobCredentials_ListByAgent
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)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der SqlServerJobCredentialResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: