次の方法で共有


MonitorExtensions.GetAlertRules メソッド

定義

オーバーロード

GetAlertRules(ResourceGroupResource)

ResourceGroupResource 内の AlertRuleResources のコレクションを取得します。

GetAlertRules(SubscriptionResource, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.Insights/alertrules
  • 操作IdAlertRules_ListBySubscription

GetAlertRules(ResourceGroupResource)

ResourceGroupResource 内の AlertRuleResources のコレクションを取得します。

public static Azure.ResourceManager.Monitor.AlertRuleCollection GetAlertRules (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetAlertRules : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.Monitor.AlertRuleCollection
<Extension()>
Public Function GetAlertRules (resourceGroupResource As ResourceGroupResource) As AlertRuleCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

AlertRuleResources のコレクションとその AlertRuleResource に対する操作を表す オブジェクト。

適用対象

GetAlertRules(SubscriptionResource, CancellationToken)

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

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

パラメーター

subscriptionResource
SubscriptionResource

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象