次の方法で共有


AppPlatformDeploymentCollection クラス

定義

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

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

コンストラクター

AppPlatformDeploymentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformDeploymentData, CancellationToken)

新しいデプロイを作成するか、終了するデプロイを更新します。

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

新しいデプロイを作成するか、終了するデプロイを更新します。

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

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

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

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

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

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • 操作IdDeployments_Get
GetAll(IEnumerable<String>, CancellationToken)

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

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

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

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

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

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

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformDeploymentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformDeploymentResource>.GetEnumerator()

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

適用対象