Freigeben über


OperationalInsightsTableCollection.GetAllAsync(CancellationToken) Methode

Definition

Ruft alle Tabellen für den angegebenen Log Analytics-Arbeitsbereich ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/tables
  • Vorgangs-IdTables_ListByWorkspace
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.OperationalInsightsTableResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsTableResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: