ConfidentialLedgerExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
|
CheckConfidentialLedgerNameAvailabilityAsync(SubscriptionResource, ConfidentialLedgerNameAvailabilityContent, CancellationToken) |
To check whether a resource name is available.
|
GetConfidentialLedger(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Confidential Ledger.
|
GetConfidentialLedgerAsync(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Confidential Ledger.
|
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.
|
GetConfidentialLedgersAsync(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Confidential Ledgers.
|
GetManagedCcf(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Managed CCF app.
|
GetManagedCcfAsync(ResourceGroupResource, String, CancellationToken) |
Retrieves the properties of a Managed CCF app.
|
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.
|
GetManagedCcfsAsync(SubscriptionResource, String, CancellationToken) |
Retrieves the properties of all Managed CCF.
|
Applies to
Azure SDK for .NET