次の方法で共有


OperationalInsightsWorkspaceResource.GetIntelligencePacksAsync メソッド

定義

使用可能なすべてのインテリジェンス パックと、特定のワークスペースに対して有効または無効になっているかどうかを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/intelligencePacks
  • 操作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)

パラメーター

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の OperationalInsightsIntelligencePack サービス要求を受け取る可能性がある の非同期コレクション。

適用対象