次の方法で共有


ConfidentialLedgerExtensions.GetConfidentialLedgers メソッド

定義

オーバーロード

GetConfidentialLedgers(ResourceGroupResource)

ResourceGroupResource 内の ConfidentialLedgerResources のコレクションを取得します。

GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • 操作IdLedger_ListBySubscription

GetConfidentialLedgers(ResourceGroupResource)

ResourceGroupResource 内の ConfidentialLedgerResources のコレクションを取得します。

public static Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerCollection GetConfidentialLedgers (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource);
static member GetConfidentialLedgers : Azure.ResourceManager.Resources.ResourceGroupResource -> Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerCollection
<Extension()>
Public Function GetConfidentialLedgers (resourceGroupResource As ResourceGroupResource) As ConfidentialLedgerCollection

パラメーター

resourceGroupResource
ResourceGroupResource

ResourceGroupResourceメソッドが実行するインスタンス。

戻り値

ConfidentialLedgerResources のコレクションとその ConfidentialLedgerResource に対する操作を表す オブジェクト。

適用対象

GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • 操作IdLedger_ListBySubscription
public static Azure.Pageable<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource> GetConfidentialLedgers (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, string filter = default, System.Threading.CancellationToken cancellationToken = default);
static member GetConfidentialLedgers : Azure.ResourceManager.Resources.SubscriptionResource * string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.ConfidentialLedger.ConfidentialLedgerResource>
<Extension()>
Public Function GetConfidentialLedgers (subscriptionResource As SubscriptionResource, Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of ConfidentialLedgerResource)

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

filter
String

リスト操作に適用するフィルター。 例: $filter=ledgerType eq 'Public'。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ConfidentialLedgerResource サービス要求を受け取る可能性がある のコレクション。

適用対象