次の方法で共有


TrafficManagerEndpointCollection クラス

定義

すべてのプロファイル データ リソースを GET する REST API が存在しない TrafficManagerEndpoint コレクション REST API の問題を克服するクラス。 すべてのプロファイル データ リソースは、 に TrafficManagerProfileDataアタッチされているエンドポイントのコレクションから取得されます。

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

コンストラクター

TrafficManagerEndpointCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, String, TrafficManagerEndpointData, CancellationToken)

Traffic Manager エンドポイントを作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
  • 操作IdEndpoints_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, String, TrafficManagerEndpointData, CancellationToken)

Traffic Manager エンドポイントを作成または更新します。

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

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

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

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

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

Traffic Manager エンドポイントを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/trafficmanagerprofiles/{profileName}/{endpointType}/{endpointName}
  • 操作IdEndpoints_Get
GetAll()

プロファイル内のすべての Traffic Manager エンドポイントを一覧表示します。

GetAllAsync()

プロファイル内のすべての Traffic Manager エンドポイントを非同期的に一覧表示します。

GetAsync(String, String, CancellationToken)

Traffic Manager エンドポイントを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<TrafficManagerEndpointData>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<TrafficManagerEndpointData>.GetEnumerator()

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

適用対象