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: 2023-06-28-preview
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: 2023-06-28-preview
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: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
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: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
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. MockingTo mock this method, please mock GetConfidentialLedgerResource(ResourceIdentifier) instead.

GetConfidentialLedgers(ResourceGroupResource)

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

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: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
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: 2023-06-28-preview
  • Resource: ConfidentialLedgerResource
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: 2023-06-28-preview
  • Resource: ManagedCcfResource
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: 2023-06-28-preview
  • Resource: ManagedCcfResource
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. MockingTo mock this method, please mock GetManagedCcfResource(ResourceIdentifier) instead.

GetManagedCcfs(ResourceGroupResource)

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

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: 2023-06-28-preview
  • Resource: ManagedCcfResource
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: 2023-06-28-preview
  • Resource: ManagedCcfResource

Applies to