AppPlatformApiPortalCollection クラス

定義

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

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

コンストラクター

AppPlatformApiPortalCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformApiPortalData, CancellationToken)

既定の API ポータルを作成するか、既存の API ポータルを更新します。

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

既定の API ポータルを作成するか、既存の API ポータルを更新します。

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

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

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

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

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

API ポータルとそのプロパティを取得します。

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

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

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

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

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

API ポータルとそのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformApiPortalResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformApiPortalResource>.GetEnumerator()

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

適用対象