Share via


ConfidentialLedgerExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.ConfidentialLedger.

public static class ConfidentialLedgerExtensions
type ConfidentialLedgerExtensions = class
Public Module ConfidentialLedgerExtensions
Inheritance
ConfidentialLedgerExtensions

Methods

CheckConfidentialLedgerNameAvailability(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

To check whether a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Operation Id: CheckNameAvailability
  • Default Api Version: 2024-09-19-preview
<item>MockingTo mock this method, please mock CheckConfidentialLedgerNameAvailability(ConfidentialLedgerNameAvailabilityContent, CancellationToken) instead.</item>
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken)

To check whether a resource name is available.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/checkNameAvailability
  • Operation Id: CheckNameAvailability
  • Default Api Version: 2024-09-19-preview
<item>MockingTo mock this method, please mock CheckConfidentialLedgerNameAvailability(ConfidentialLedgerNameAvailabilityContent, CancellationToken) instead.</item>
GetConfidentialLedger(ResourceGroupResource, String, CancellationToken)

Retrieves the properties of a Confidential Ledger.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • Operation Id: Ledger_Get
  • Default Api Version: 2024-09-19-preview
  • Resource: ConfidentialLedgerResource
<item>MockingTo mock this method, please mock GetConfidentialLedger(String, CancellationToken) instead.</item>
GetConfidentialLedgerAsync(ResourceGroupResource, String, CancellationToken)

Retrieves the properties of a Confidential Ledger.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/ledgers/{ledgerName}
  • Operation Id: Ledger_Get
  • Default Api Version: 2024-09-19-preview
  • Resource: ConfidentialLedgerResource
<item>MockingTo mock this method, please mock GetConfidentialLedgerAsync(String, CancellationToken) instead.</item>
GetConfidentialLedgerResource(ArmClient, ResourceIdentifier)

Gets an object representing a ConfidentialLedgerResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ConfidentialLedgerResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetConfidentialLedgerResource(ResourceIdentifier) instead.</item>

GetConfidentialLedgers(ResourceGroupResource)

Gets a collection of ConfidentialLedgerResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetConfidentialLedgers() instead.</item>

GetConfidentialLedgers(SubscriptionResource, String, CancellationToken)

Retrieves the properties of all Confidential Ledgers.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Operation Id: Ledger_ListBySubscription
  • Default Api Version: 2024-09-19-preview
  • Resource: ConfidentialLedgerResource
<item>MockingTo mock this method, please mock GetConfidentialLedgers(String, CancellationToken) instead.</item>
GetConfidentialLedgersAsync(SubscriptionResource, String, CancellationToken)

Retrieves the properties of all Confidential Ledgers.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/ledgers
  • Operation Id: Ledger_ListBySubscription
  • Default Api Version: 2024-09-19-preview
  • Resource: ConfidentialLedgerResource
<item>MockingTo mock this method, please mock GetConfidentialLedgers(String, CancellationToken) instead.</item>
GetManagedCcf(ResourceGroupResource, String, CancellationToken)

Retrieves the properties of a Managed CCF app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2024-09-19-preview
  • Resource: ManagedCcfResource
<item>MockingTo mock this method, please mock GetManagedCcf(String, CancellationToken) instead.</item>
GetManagedCcfAsync(ResourceGroupResource, String, CancellationToken)

Retrieves the properties of a Managed CCF app.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ConfidentialLedger/managedCCFs/{appName}
  • Operation Id: ManagedCCF_Get
  • Default Api Version: 2024-09-19-preview
  • Resource: ManagedCcfResource
<item>MockingTo mock this method, please mock GetManagedCcfAsync(String, CancellationToken) instead.</item>
GetManagedCcfResource(ArmClient, ResourceIdentifier)

Gets an object representing a ManagedCcfResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a ManagedCcfResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetManagedCcfResource(ResourceIdentifier) instead.</item>

GetManagedCcfs(ResourceGroupResource)

Gets a collection of ManagedCcfResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetManagedCcfs() instead.</item>

GetManagedCcfs(SubscriptionResource, String, CancellationToken)

Retrieves the properties of all Managed CCF.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Operation Id: ManagedCCF_ListBySubscription
  • Default Api Version: 2024-09-19-preview
  • Resource: ManagedCcfResource
<item>MockingTo mock this method, please mock GetManagedCcfs(String, CancellationToken) instead.</item>
GetManagedCcfsAsync(SubscriptionResource, String, CancellationToken)

Retrieves the properties of all Managed CCF.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.ConfidentialLedger/managedCCFs
  • Operation Id: ManagedCCF_ListBySubscription
  • Default Api Version: 2024-09-19-preview
  • Resource: ManagedCcfResource
<item>MockingTo mock this method, please mock GetManagedCcfs(String, CancellationToken) instead.</item>

Applies to