次の方法で共有


MonitorExtensions.GetScheduledQueryRuleAsync メソッド

定義

スケジュールされたクエリ ルール定義を取得します。

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

パラメーター

resourceGroupResource
ResourceGroupResource

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

ruleName
String

ルールの名前です。

cancellationToken
CancellationToken

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

戻り値

例外

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

ruleName が null です。

適用対象