AppPlatformGatewayRouteConfigCollection クラス

定義

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

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

コンストラクター

AppPlatformGatewayRouteConfigCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformGatewayRouteConfigData, CancellationToken)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformGatewayRouteConfigData, CancellationToken)

既定の Spring Cloud Gateway ルート構成を作成するか、既存の Spring Cloud Gateway ルート構成を更新します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_CreateOrUpdate
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_Get
Get(String, CancellationToken)

Spring Cloud Gateway のルート構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_Get
GetAll(CancellationToken)

すべての Spring Cloud Gateway ルート構成を一覧表示する要求を処理します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs
  • 操作IdGatewayRouteConfigs_List
GetAllAsync(CancellationToken)

すべての Spring Cloud Gateway ルート構成を一覧表示する要求を処理します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs
  • 操作IdGatewayRouteConfigs_List
GetAsync(String, CancellationToken)

Spring Cloud Gateway のルート構成を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/routeConfigs/{routeConfigName}
  • 操作IdGatewayRouteConfigs_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformGatewayRouteConfigResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformGatewayRouteConfigResource>.GetEnumerator()

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

適用対象