次の方法で共有


DaprComponentCollection クラス

定義

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

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

コンストラクター

DaprComponentCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, DaprComponentData, CancellationToken)

マネージド環境で Dapr コンポーネントを作成または更新します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_CreateOrUpdate

CreateOrUpdateAsync(WaitUntil, String, DaprComponentData, CancellationToken)

マネージド環境で Dapr コンポーネントを作成または更新します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_CreateOrUpdate

Exists(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_Get

ExistsAsync(String, CancellationToken)

リソースが Azure に存在するかどうかを確認します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_Get

Get(String, CancellationToken)

dapr コンポーネントを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_Get

GetAll(CancellationToken)

マネージド環境の Dapr コンポーネントを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents 操作 ID: DaprComponents_List

GetAllAsync(CancellationToken)

マネージド環境の Dapr コンポーネントを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents 操作 ID: DaprComponents_List

GetAsync(String, CancellationToken)

dapr コンポーネントを取得します。 要求パス: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.App/managedEnvironments/{environmentName}/daprComponents/{componentName} 操作 ID: DaprComponents_Get

TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<DaprComponentResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<DaprComponentResource>.GetEnumerator()

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

適用対象