FrontDoorRulesEngineCollection クラス

定義

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

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

コンストラクター

FrontDoorRulesEngineCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, FrontDoorRulesEngineData, CancellationToken)

指定した Front Door 内に指定した名前の新しいルール エンジン構成を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, FrontDoorRulesEngineData, CancellationToken)

指定した Front Door 内に指定した名前の新しいルール エンジン構成を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_Get
Get(String, CancellationToken)

指定した Front Door 内の指定した名前を持つルール エンジン構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_Get
GetAll(CancellationToken)

Front Door 内のすべてのルール エンジン構成を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines
  • 操作IdRulesEngines_ListByFrontDoor
GetAllAsync(CancellationToken)

Front Door 内のすべてのルール エンジン構成を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines
  • 操作IdRulesEngines_ListByFrontDoor
GetAsync(String, CancellationToken)

指定した Front Door 内の指定した名前を持つルール エンジン構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/rulesEngines/{rulesEngineName}
  • 操作IdRulesEngines_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontDoorRulesEngineResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontDoorRulesEngineResource>.GetEnumerator()

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

適用対象