次の方法で共有


AppPlatformServiceCollection クラス

定義

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

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

コンストラクター

AppPlatformServiceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformServiceData, CancellationToken)

新しいサービスを作成するか、終了するサービスを更新します。

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

新しいサービスを作成するか、終了するサービスを更新します。

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

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

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

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

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

サービスとそのプロパティを取得します。

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

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

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

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

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

サービスとそのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformServiceResource>.GetEnumerator()

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

適用対象