次の方法で共有


MonitorExtensions.GetAlertRulesAsync メソッド

定義

サブスクリプション内のクラシック メトリック アラート ルールを一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • 操作IdAlertRules_ListBySubscription
public static Azure.AsyncPageable<Azure.ResourceManager.Monitor.AlertRuleResource> GetAlertRulesAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetAlertRulesAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Monitor.AlertRuleResource>
<Extension()>
Public Function GetAlertRulesAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of AlertRuleResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行されるインスタンス。

cancellationToken
CancellationToken

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

戻り値

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

適用対象