次の方法で共有


FrontendEndpointCollection クラス

定義

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

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

コンストラクター

FrontendEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}
  • 操作IdFrontendEndpoints_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}
  • 操作IdFrontendEndpoints_Get
Get(String, CancellationToken)

指定した Front Door 内の指定した名前を持つフロントエンド エンドポイントを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}
  • 操作IdFrontendEndpoints_Get
GetAll(CancellationToken)

Front Door 内のすべてのフロントエンド エンドポイントを一覧表示します。

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

Front Door 内のすべてのフロントエンド エンドポイントを一覧表示します。

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

指定した Front Door 内の指定した名前を持つフロントエンド エンドポイントを取得します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/frontDoors/{frontDoorName}/frontendEndpoints/{frontendEndpointName}
  • 操作IdFrontendEndpoints_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontendEndpointResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontendEndpointResource>.GetEnumerator()

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

適用対象