ConfidentialLedgerManagementClient Interface
public interface ConfidentialLedgerManagementClient
The interface for ConfidentialLedgerManagementClient class.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getApiVersion()
Gets Api Version. |
abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
abstract String |
getEndpoint()
Gets server parameter. |
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
abstract
Ledgers |
getLedgers()
Gets the Ledgers |
abstract
Managed |
getManagedCcfs()
Gets the Managed |
abstract
Operations |
getOperations()
Gets the Operations |
abstract
Resource |
getResourceProviders()
Gets the Resource |
abstract String |
getSubscriptionId()
Gets The ID of the target subscription. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getLedgers
public abstract LedgersClient getLedgers()
Gets the LedgersClient object to access its operations.
Returns:
getManagedCcfs
public abstract ManagedCcfsClient getManagedCcfs()
Gets the ManagedCcfsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getResourceProviders
public abstract ResourceProvidersClient getResourceProviders()
Gets the ResourceProvidersClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets The ID of the target subscription.
Returns:
Applies to
Azure SDK for Java