次の方法で共有


FrontDoorRouteCollection クラス

定義

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

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

コンストラクター

FrontDoorRouteCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, FrontDoorRouteData, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ新しいルートを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Create
CreateOrUpdateAsync(WaitUntil, String, FrontDoorRouteData, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ新しいルートを作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Get
Get(String, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ既存のルートを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Get
GetAll(CancellationToken)

プロファイル内のすべての既存の配信元を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes
  • 操作IdFrontDoorRoutes_ListByEndpoint
GetAllAsync(CancellationToken)

プロファイル内のすべての既存の配信元を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes
  • 操作IdFrontDoorRoutes_ListByEndpoint
GetAsync(String, CancellationToken)

指定したサブスクリプション、リソース グループ、プロファイル、および AzureFrontDoor エンドポイントの下に、指定したルート名を持つ既存のルートを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Cdn/profiles/{profileName}/afdEndpoints/{endpointName}/routes/{routeName}
  • 操作IdFrontDoorRoutes_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontDoorRouteResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontDoorRouteResource>.GetEnumerator()

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

適用対象