@azure/arm-confidentialledger package
Classes
| ConfidentialLedgerClient |
Interfaces
| AADBasedSecurityPrincipal |
AAD based security principal with associated Ledger RoleName |
| CertBasedSecurityPrincipal |
Cert based security principal with Ledger RoleName |
| CheckNameAvailabilityOptionalParams |
Optional parameters. |
| CheckNameAvailabilityRequest |
The check availability request body. |
| CheckNameAvailabilityResponse |
The check availability result. |
| ConfidentialLedger |
Confidential Ledger. Contains the properties of Confidential Ledger Resource. |
| ConfidentialLedgerClientOptionalParams |
Optional parameters for the client. |
| ConfidentialLedgerFilesExport |
Object representing Files Export properties of a Confidential Ledger Resource. |
| ConfidentialLedgerFilesExportResponse |
Object representing the files export response of a Confidential Ledger Resource. |
| ErrorAdditionalInfo |
The resource management error additional info. |
| ErrorDetail |
The error detail. |
| ErrorResponse |
Common error response for all Azure Resource Manager APIs to return error details for failed operations. |
| LedgerCreateOptionalParams |
Optional parameters. |
| LedgerDeleteOptionalParams |
Optional parameters. |
| LedgerFilesExportOptionalParams |
Optional parameters. |
| LedgerGetOptionalParams |
Optional parameters. |
| LedgerListByResourceGroupOptionalParams |
Optional parameters. |
| LedgerListBySubscriptionOptionalParams |
Optional parameters. |
| LedgerOperations |
Interface representing a Ledger operations. |
| LedgerProperties |
Additional Confidential Ledger properties. |
| LedgerUpdateOptionalParams |
Optional parameters. |
| OperationsListOptionalParams |
Optional parameters. |
| OperationsOperations |
Interface representing a Operations operations. |
| PageSettings |
Options for the byPage method |
| PagedAsyncIterableIterator |
An interface that allows async iterable iteration both to completion and by page. |
| Resource |
Common fields that are returned in the response for all Azure Resource Manager resources |
| ResourceProviderOperationDefinition |
Describes the Resource Provider Operation. |
| ResourceProviderOperationDisplay |
Describes the properties of the Operation. |
| RestorePollerOptions | |
| SimplePollerLike |
A simple poller that can be used to poll a long running operation. |
| SystemData |
Metadata pertaining to creation and last modification of the resource. |
| TrackedResource |
The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' |
Type Aliases
| ApplicationType |
Object representing the application type of the Confidential Ledger. Defaults to ConfidentialLedger. Known values supported by the serviceConfidentialLedger |
| AzureSupportedClouds |
The supported values for cloud setting as a string literal type |
| CheckNameAvailabilityReason |
Possible reasons for a name not being available. Known values supported by the serviceInvalid: Name is invalid. |
| ContinuablePage |
An interface that describes a page of results. |
| CreatedByType |
The kind of entity that created the resource. Known values supported by the serviceUser: The entity was created by a user. |
| EnclavePlatform |
Object representing the enclave platform for the Confidential Ledger application. Defaults to IntelSgx. Known values supported by the serviceIntelSgx |
| LedgerRoleName |
LedgerRole associated with the Security Principal of Ledger Known values supported by the serviceReader |
| LedgerSku |
SKU associated with the ledger resource Known values supported by the serviceStandard |
| LedgerType |
Type of the ledger. Private means transaction data is encrypted. Known values supported by the serviceUnknown |
| ProvisioningState |
Object representing ProvisioningState for Confidential Ledger. Known values supported by the serviceUnknown |
| RunningState |
Object representing RunningState for Confidential Ledger. Known values supported by the serviceActive |
Enums
| AzureClouds |
An enum to describe Azure Cloud environments. |
| KnownApplicationType |
Object representing the application type of the Confidential Ledger. Defaults to ConfidentialLedger. |
| KnownCheckNameAvailabilityReason |
Possible reasons for a name not being available. |
| KnownCreatedByType |
The kind of entity that created the resource. |
| KnownEnclavePlatform |
Object representing the enclave platform for the Confidential Ledger application. Defaults to IntelSgx. |
| KnownLedgerRoleName |
LedgerRole associated with the Security Principal of Ledger |
| KnownLedgerSku |
SKU associated with the ledger resource |
| KnownLedgerType |
Type of the ledger. Private means transaction data is encrypted. |
| KnownProvisioningState |
Object representing ProvisioningState for Confidential Ledger. |
| KnownRunningState |
Object representing RunningState for Confidential Ledger. |
| KnownVersions |
The available API versions. |
Functions
| is |
Typeguard for RestError |
| restore |
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope. |
Variables
| Rest |
A custom error type for failed pipeline requests. |
Function Details
isRestError(unknown)
Typeguard for RestError
function isRestError(e: unknown): e
Parameters
- e
-
unknown
Something caught by a catch clause.
Returns
e
restorePoller<TResponse, TResult>(ConfidentialLedgerClient, string, (args: any[]) => PollerLike<OperationState<TResult>, TResult>, RestorePollerOptions<TResult, PathUncheckedResponse>)
Creates a poller from the serialized state of another poller. This can be useful when you want to create pollers on a different host or a poller needs to be constructed after the original one is not in scope.
function restorePoller<TResponse, TResult>(client: ConfidentialLedgerClient, serializedState: string, sourceOperation: (args: any[]) => PollerLike<OperationState<TResult>, TResult>, options?: RestorePollerOptions<TResult, PathUncheckedResponse>): PollerLike<OperationState<TResult>, TResult>
Parameters
- client
- ConfidentialLedgerClient
- serializedState
-
string
- sourceOperation
-
(args: any[]) => PollerLike<OperationState<TResult>, TResult>
- options
-
RestorePollerOptions<TResult, PathUncheckedResponse>
Returns
PollerLike<OperationState<TResult>, TResult>
Variable Details
RestError
A custom error type for failed pipeline requests.
RestError: RestErrorConstructor