AttachedNetworkConnectionCollection クラス

定義

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

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

コンストラクター

AttachedNetworkConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AttachedNetworkConnectionData, CancellationToken)

接続されている NetworkConnection を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AttachedNetworkConnectionData, CancellationToken)

接続されている NetworkConnection を作成または更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_GetByDevCenter
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_GetByDevCenter
Get(String, CancellationToken)

接続されている NetworkConnection を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_GetByDevCenter
GetAll(Nullable<Int32>, CancellationToken)

DevCenter にアタッチされている NetworkConnections を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks
  • 操作IdAttachedNetworks_ListByDevCenter
GetAllAsync(Nullable<Int32>, CancellationToken)

DevCenter にアタッチされている NetworkConnections を一覧表示します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks
  • 操作IdAttachedNetworks_ListByDevCenter
GetAsync(String, CancellationToken)

接続されている NetworkConnection を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/devcenters/{devCenterName}/attachednetworks/{attachedNetworkConnectionName}
  • 操作IdAttachedNetworks_GetByDevCenter
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AttachedNetworkConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AttachedNetworkConnectionResource>.GetEnumerator()

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

適用対象