次の方法で共有


AppPlatformConfigurationServiceCollection クラス

定義

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

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

コンストラクター

AppPlatformConfigurationServiceCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformConfigurationServiceData, CancellationToken)

既定のアプリケーション構成サービスを作成するか、既存のアプリケーション構成サービスを更新します。

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

既定のアプリケーション構成サービスを作成するか、既存のアプリケーション構成サービスを更新します。

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

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

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

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

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

Application Configuration Service とそのプロパティを取得します。

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

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

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

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

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

Application Configuration Service とそのプロパティを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformConfigurationServiceResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformConfigurationServiceResource>.GetEnumerator()

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

適用対象