次の方法で共有


AppPlatformBuilderCollection クラス

定義

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

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

コンストラクター

AppPlatformBuilderCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformBuilderData, CancellationToken)

KPack ビルダーを作成または更新します。

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

KPack ビルダーを作成または更新します。

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

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

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

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

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

KPack ビルダーを取得します。

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

KPack ビルダーの結果を一覧表示します。

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

KPack ビルダーの結果を一覧表示します。

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

KPack ビルダーを取得します。

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformBuilderResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformBuilderResource>.GetEnumerator()

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

適用対象