RouteTableCollection クラス

定義

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

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

コンストラクター

RouteTableCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, RouteTableData, CancellationToken)

指定したリソース グループ内のルート テーブルを作成または更新します。

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

指定したリソース グループ内のルート テーブルを作成または更新します。

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

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

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

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

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

指定したルート テーブルを取得します。

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

リソース グループ内のすべてのルート テーブルを取得します。

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

リソース グループ内のすべてのルート テーブルを取得します。

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

指定したルート テーブルを取得します。

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<RouteTableResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<RouteTableResource>.GetEnumerator()

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

適用対象