ConfidentialLedgerManager Class
- java.
lang. Object - com.
azure. resourcemanager. confidentialledger. ConfidentialLedgerManager
- com.
public final class ConfidentialLedgerManager
Entry point to ConfidentialLedgerManager. Microsoft Azure Confidential Compute Ledger Control Plane REST API version 2020-12-01-preview.
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Confidential |
authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of Confidential |
static
Confidential |
authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of Confidential |
static Configurable |
configure()
Gets a Configurable instance that can be used to create Confidential |
Ledgers |
ledgers()
Gets the resource collection API of Ledgers. |
Managed |
managedCcfs()
Gets the resource collection API of Managed |
Operations |
operations()
Gets the resource collection API of Operations. |
Resource |
resourceProviders()
Gets the resource collection API of Resource |
Confidential |
serviceClient()
Gets wrapped service client Confidential |
Methods inherited from java.lang.Object
Method Details
authenticate
public static ConfidentialLedgerManager authenticate(TokenCredential credential, AzureProfile profile)
Creates an instance of ConfidentialLedger service API entry point.
Parameters:
Returns:
authenticate
public static ConfidentialLedgerManager authenticate(HttpPipeline httpPipeline, AzureProfile profile)
Creates an instance of ConfidentialLedger service API entry point.
Parameters:
Returns:
configure
public static ConfidentialLedgerManager.Configurable configure()
Gets a Configurable instance that can be used to create ConfidentialLedgerManager with optional configuration.
Returns:
ledgers
public Ledgers ledgers()
Gets the resource collection API of Ledgers. It manages ConfidentialLedger.
Returns:
managedCcfs
public ManagedCcfs managedCcfs()
Gets the resource collection API of ManagedCcfs. It manages ManagedCcf.
Returns:
operations
public Operations operations()
Gets the resource collection API of Operations.
Returns:
resourceProviders
public ResourceProviders resourceProviders()
Gets the resource collection API of ResourceProviders.
Returns:
serviceClient
public ConfidentialLedgerManagementClient serviceClient()
Gets wrapped service client ConfidentialLedgerManagementClient providing direct access to the underlying auto-generated API implementation, based on Azure REST API.
Returns:
Applies to
Azure SDK for Java