Freigeben über


SqlServerJobStepCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Auftragsschritte für die aktuelle Version eines Auftrags ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/steps
  • Vorgang IdJobSteps_ListByJob
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobStepResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobStepResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobStepResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlServerJobStepResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: