次の方法で共有


FrontendCollection クラス

定義

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

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

コンストラクター

FrontendCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, FrontendData, CancellationToken)

フロントエンドを作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, FrontendData, CancellationToken)

フロントエンドを作成する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
Get(String, CancellationToken)

フロントエンドを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
GetAll(CancellationToken)

TrafficController によるフロントエンド リソースの一覧表示

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends
  • 操作IdFrontendsInterface_ListByTrafficController
GetAllAsync(CancellationToken)

TrafficController によるフロントエンド リソースの一覧表示

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends
  • 操作IdFrontendsInterface_ListByTrafficController
GetAsync(String, CancellationToken)

フロントエンドを取得する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
GetIfExists(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
GetIfExistsAsync(String, CancellationToken)

サービスからこのリソースの詳細を取得しようとします。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ServiceNetworking/trafficControllers/{trafficControllerName}/frontends/{frontendName}
  • 操作IdFrontendsInterface_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<FrontendResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<FrontendResource>.GetEnumerator()

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

適用対象