FrontDoorEndpointCollection クラス

定義

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

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

コンストラクター

FrontDoorEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, FrontDoorEndpointData, CancellationToken)

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

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

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

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

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

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

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

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

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

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

既存の AzureFrontDoor エンドポイントを一覧表示します。

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

既存の AzureFrontDoor エンドポイントを一覧表示します。

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontDoorEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontDoorEndpointResource>.GetEnumerator()

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

適用対象