AppPlatformAppCollection クラス

定義

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

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

コンストラクター

AppPlatformAppCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformAppData, CancellationToken)

新しいアプリを作成するか、終了しているアプリを更新します。

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

新しいアプリを作成するか、終了しているアプリを更新します。

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

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

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

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

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

アプリとそのプロパティを取得します。

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

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

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

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

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

アプリとそのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformAppResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformAppResource>.GetEnumerator()

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

適用対象