次の方法で共有


AppPlatformBindingCollection クラス

定義

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

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

コンストラクター

AppPlatformBindingCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, AppPlatformBindingData, CancellationToken)

新しいバインディングを作成するか、終了するバインディングを更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformBindingData, CancellationToken)

新しいバインディングを作成するか、終了するバインディングを更新します。

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_Get
ExistsAsync(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_Get
Get(String, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_Get
GetAll(CancellationToken)

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

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

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

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

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/bindings/{bindingName}
  • 操作IdBindings_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<AppPlatformBindingResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<AppPlatformBindingResource>.GetEnumerator()

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

適用対象