次の方法で共有


ConfidentialLedgerExtensions クラス

定義

Azure.ResourceManager.ConfidentialLedger に拡張メソッドを追加するクラス。

public static class ConfidentialLedgerExtensions
type ConfidentialLedgerExtensions = class
Public Module ConfidentialLedgerExtensions
継承
ConfidentialLedgerExtensions

メソッド

CheckConfidentialLedgerNameAvailability(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

リソース名を使用できるかどうかをチェックします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • 操作 IdCheckNameAvailability
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

リソース名を使用できるかどうかをチェックします。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • 操作 IdCheckNameAvailability
GetConfidentialLedger(ResourceGroupResource, String, CancellationToken)

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

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

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

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

に対して ConfidentialLedgerResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を ConfidentialLedgerResourceResourceIdentifier 作成できます。

GetConfidentialLedgers(ResourceGroupResource)

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

GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

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

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

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

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

マネージド CCF アプリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • 操作IdManagedCCF_Get
GetManagedCcfAsync(ResourceGroupResource, String, CancellationToken)

マネージド CCF アプリのプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • 操作IdManagedCCF_Get
GetManagedCcfResource(ArmClient, ResourceIdentifier)

に対して ManagedCcfResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を ManagedCcfResourceResourceIdentifier 作成できます。

GetManagedCcfs(ResourceGroupResource)

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

GetManagedCcfs(SubscriptionResource, String, CancellationToken)

すべてのマネージド CCF のプロパティを取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • 操作IdManagedCCF_ListBySubscription
GetManagedCcfsAsync(SubscriptionResource, String, CancellationToken)

すべてのマネージド CCF のプロパティを取得します。

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

適用対象