次の方法で共有


AppPlatformGatewayCollection クラス

定義

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

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

コンストラクター

AppPlatformGatewayCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformGatewayData, CancellationToken)

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

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

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

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

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

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

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

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

Spring Cloud Gateway とそのプロパティを取得します。

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

サービス内のすべてのリソースを一覧表示する要求を処理します。

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

サービス内のすべてのリソースを一覧表示する要求を処理します。

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

Spring Cloud Gateway とそのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformGatewayResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformGatewayResource>.GetEnumerator()

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

適用対象