Freigeben über


OperationalInsightsWorkspaceResource.GetIntelligencePacksAsync Methode

Definition

Listet alle möglichen Intelligence Packs auf und gibt an, ob sie für einen bestimmten Arbeitsbereich aktiviert oder deaktiviert sind.

  • Request Path/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks
  • Vorgang IdIntelligencePacks_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack> GetIntelligencePacksAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetIntelligencePacksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack>
override this.GetIntelligencePacksAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OperationalInsights.Models.OperationalInsightsIntelligencePack>
Public Overridable Function GetIntelligencePacksAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of OperationalInsightsIntelligencePack)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

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

Gilt für: