getLedger

Retrieves the properties of a Confidential Ledger. API Version: 2020-12-01-preview.

Return

Confidential Ledger. Contains the properties of Confidential Ledger Resource.

Parameters

argument

null


suspend fun getLedger(ledgerName: String, resourceGroupName: String): GetLedgerResult

Return

Confidential Ledger. Contains the properties of Confidential Ledger Resource.

Parameters

ledgerName

Name of the Confidential Ledger

resourceGroupName

The name of the resource group.

See also


suspend fun getLedger(argument: suspend GetLedgerPlainArgsBuilder.() -> Unit): GetLedgerResult

Return

Confidential Ledger. Contains the properties of Confidential Ledger Resource.

Parameters

argument

Builder for com.pulumi.azurenative.confidentialledger.kotlin.inputs.GetLedgerPlainArgs.

See also