次の方法で共有


TrafficManagerProfileCollection クラス

定義

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

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

コンストラクター

TrafficManagerProfileCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, TrafficManagerProfileData, CancellationToken)

Traffic Manager プロファイルを作成または更新します。

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

Traffic Manager プロファイルを作成または更新します。

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

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

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

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

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

Traffic Manager プロファイルを取得します。

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

リソース グループ内のすべての Traffic Manager プロファイルを一覧表示します。

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

リソース グループ内のすべての Traffic Manager プロファイルを一覧表示します。

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

Traffic Manager プロファイルを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<TrafficManagerProfileResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<TrafficManagerProfileResource>.GetEnumerator()

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

適用対象