MonitorExtensions.GetEventCategories メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アクティビティ ログ サービスでサポートされている使用可能なイベント カテゴリの一覧を取得します。<br>現在の一覧には、管理、セキュリティ、ServiceHealth、アラート、推奨事項、ポリシーが含まれています。
- 要求パス/プロバイダー/Microsoft.Insights/eventcategories
- 操作IdEventCategories_List
public static Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorLocalizableString> GetEventCategories (this Azure.ResourceManager.Resources.TenantResource tenantResource, System.Threading.CancellationToken cancellationToken = default);
static member GetEventCategories : Azure.ResourceManager.Resources.TenantResource * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Monitor.Models.MonitorLocalizableString>
<Extension()>
Public Function GetEventCategories (tenantResource As TenantResource, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of MonitorLocalizableString)
パラメーター
- tenantResource
- TenantResource
TenantResourceメソッドが実行されるインスタンス。
- cancellationToken
- CancellationToken
使用する取り消しトークン。
戻り値
反復処理するために複数の MonitorLocalizableString サービス要求を受け取る可能性がある のコレクション。