次の方法で共有


MonitorExtensions.GetAlertRuleAsync メソッド

定義

クラシック メトリック アラート ルールを取得します

  • 要求パス/サブスクリプション/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.Insights/alertrules/{ruleName}
  • 操作IdAlertRules_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.AlertRuleResource>> GetAlertRuleAsync (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string ruleName, System.Threading.CancellationToken cancellationToken = default);
static member GetAlertRuleAsync : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Monitor.AlertRuleResource>>
<Extension()>
Public Function GetAlertRuleAsync (resourceGroupResource As ResourceGroupResource, ruleName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AlertRuleResource))

パラメーター

resourceGroupResource
ResourceGroupResource

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

ruleName
String

ルールの名前です。

cancellationToken
CancellationToken

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

戻り値

例外

ruleName は空の文字列であり、空でないと予想されていました。

ruleName が null です。

適用対象