Freigeben über


WorkbookRevisionCollection.GetAllAsync(CancellationToken) Methode

Definition

Rufen Sie die Überarbeitungen für die Arbeitsmappe ab, die durch ihren resourceName definiert wird.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/workbooks/{resourceName}/revisions
  • Vorgangs-IdWorkbooks_RevisionsList
public virtual Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookRevisionResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookRevisionResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.ApplicationInsights.WorkbookRevisionResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of WorkbookRevisionResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: