次の方法で共有


ConfidentialLedgerCollection クラス

定義

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

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

コンストラクター

ConfidentialLedgerCollection()

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

プロパティ

Client

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

(継承元 ArmCollection)
Diagnostics

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

(継承元 ArmCollection)
Endpoint

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

(継承元 ArmCollection)
Id

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

(継承元 ArmCollection)
Pipeline

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

(継承元 ArmCollection)

メソッド

CreateOrUpdate(WaitUntil, String, ConfidentialLedgerData, CancellationToken)

指定した台帳パラメーターを使用して Confidential Ledger を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Create
CreateOrUpdateAsync(WaitUntil, String, ConfidentialLedgerData, CancellationToken)

指定した台帳パラメーターを使用して Confidential Ledger を作成します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Create
Exists(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Get
ExistsAsync(String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Get
Get(String, CancellationToken)

Confidential Ledger のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Get
GetAll(String, CancellationToken)

すべての Confidential Ledger のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers
  • 操作IdLedger_ListByResourceGroup
GetAllAsync(String, CancellationToken)

すべての Confidential Ledger のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers
  • 操作IdLedger_ListByResourceGroup
GetAsync(String, CancellationToken)

Confidential Ledger のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • 操作IdLedger_Get
TryGetApiVersion(ResourceType, String)

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

(継承元 ArmCollection)

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

IAsyncEnumerable<ConfidentialLedgerResource>.GetAsyncEnumerator(CancellationToken)

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

IEnumerable.GetEnumerator()

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

IEnumerable<ConfidentialLedgerResource>.GetEnumerator()

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

適用対象