AppPlatformServiceRegistryCollection クラス

定義

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

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

コンストラクター

AppPlatformServiceRegistryCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, CancellationToken)

既定のサービス レジストリを作成するか、既存のサービス レジストリを更新します。

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

既定のサービス レジストリを作成するか、既存のサービス レジストリを更新します。

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformServiceRegistryResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformServiceRegistryResource>.GetEnumerator()

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

適用対象