次の方法で共有


ScheduledQueryRuleCollection クラス

定義

のコレクション ScheduledQueryRuleResource とその操作を表すクラス。 コレクション内の各 ScheduledQueryRuleResource は、 の同じインスタンス ResourceGroupResourceに属します。 インスタンスを ScheduledQueryRuleCollection 取得するには、 のインスタンス ResourceGroupResourceから GetScheduledQueryRules メソッドを呼び出します。

public class ScheduledQueryRuleCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.Monitor.ScheduledQueryRuleResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Monitor.ScheduledQueryRuleResource>
type ScheduledQueryRuleCollection = class
    inherit ArmCollection
    interface seq<ScheduledQueryRuleResource>
    interface IEnumerable
    interface IAsyncEnumerable<ScheduledQueryRuleResource>
Public Class ScheduledQueryRuleCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of ScheduledQueryRuleResource), IEnumerable(Of ScheduledQueryRuleResource)
継承
ScheduledQueryRuleCollection
実装

コンストラクター

ScheduledQueryRuleCollection()

モック作成のために クラスの ScheduledQueryRuleCollection 新しいインスタンスを初期化します。

プロパティ

Client

このリソース クライアントの ArmClient 作成元を取得します。

(継承元 ArmCollection)
Diagnostics

このリソース クライアントの診断オプションを取得します。

(継承元 ArmCollection)
Endpoint

このリソース クライアントのベース URI を取得します。

(継承元 ArmCollection)
Id

リソース識別子を取得します。

(継承元 ArmCollection)
Pipeline

このリソース クライアントのパイプラインを取得します。

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ScheduledQueryRuleData, CancellationToken)

スケジュールされたクエリ ルールを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ScheduledQueryRuleData, CancellationToken)

スケジュールされたクエリ ルールを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_CreateOrUpdate
Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_Get
ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_Get
Get(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_Get
GetAll(CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules
  • 操作IdScheduledQueryRules_ListByResourceGroup
GetAllAsync(CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules
  • 操作IdScheduledQueryRules_ListByResourceGroup
GetAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/scheduledQueryRules/{ruleName}
  • 操作IdScheduledQueryRules_Get
TryGetApiVersion(ResourceType, String)

現在のクライアント オプションに設定されている場合は、API バージョンのオーバーライドを取得します。

(継承元 ArmCollection)

明示的なインターフェイスの実装

IAsyncEnumerable<ScheduledQueryRuleResource>.GetAsyncEnumerator(CancellationToken)

コレクションを非同期に反復処理する列挙子を返します。

IEnumerable.GetEnumerator()

コレクションを反復処理する列挙子を返します。

IEnumerable<ScheduledQueryRuleResource>.GetEnumerator()

コレクションを反復処理する列挙子を返します。

適用対象