Freigeben über


SqlServerJobVersionCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Versionen eines Auftrags ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/servers/{serverName}/jobAgents/{jobAgentName}/jobs/{jobName}/versions
  • Vorgangs-IdJobVersions_ListByJob
public virtual Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobVersionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobVersionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Sql.SqlServerJobVersionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of SqlServerJobVersionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von SqlServerJobVersionResource , die mehrere Dienstanforderungen durchlaufen kann.

Gilt für: