AlertRulesOperationsExtensions.ListBySubscriptionAsync メソッド

定義

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>> ListBySubscriptionAsync (this Microsoft.Azure.Management.Monitor.IAlertRulesOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Monitor.IAlertRulesOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<seq<Microsoft.Azure.Management.Monitor.Models.AlertRuleResource>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IAlertRulesOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IEnumerable(Of AlertRuleResource))

パラメーター

operations
IAlertRulesOperations

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象