ExpressRouteConnectionCollection クラス

定義

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

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

コンストラクター

ExpressRouteConnectionCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ExpressRouteConnectionData, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, ExpressRouteConnectionData, CancellationToken)

ExpressRoute ゲートウェイと ExpressRoute 回線の間の接続を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
Get(String, CancellationToken)

指定した ExpressRouteConnection を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
GetAll(CancellationToken)

ExpressRouteConnections を一覧表示します。

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

ExpressRouteConnections を一覧表示します。

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

指定した ExpressRouteConnection を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
GetIfExists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
GetIfExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/expressRouteGateways/{expressRouteGatewayName}/expressRouteConnections/{connectionName}
  • 操作IdExpressRouteConnections_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ExpressRouteConnectionResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ExpressRouteConnectionResource>.GetEnumerator()

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

適用対象