Package-level declarations
Types
Link copied to clipboard
object ConfidentialledgerFunctions
Link copied to clipboard
data class LedgerArgs(val ledgerName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<LedgerPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<LedgerArgs>
Confidential Ledger. Contains the properties of Confidential Ledger Resource. Azure REST API version: 2022-05-13. Prior API version in Azure Native 1.x: 2020-12-01-preview
Link copied to clipboard
class LedgerArgsBuilder
Builder for LedgerArgs.
Link copied to clipboard
Link copied to clipboard
class LedgerResourceBuilder
Builder for Ledger.
Link copied to clipboard
Managed CCF. Contains the properties of Managed CCF Resource. Azure REST API version: 2023-01-26-preview.
Link copied to clipboard
data class ManagedCCFArgs(val appName: Output<String>? = null, val location: Output<String>? = null, val properties: Output<ManagedCCFPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ManagedCCFArgs>
Managed CCF. Contains the properties of Managed CCF Resource. Azure REST API version: 2023-01-26-preview.
Link copied to clipboard
class ManagedCCFArgsBuilder
Builder for ManagedCCFArgs.
Link copied to clipboard
Link copied to clipboard
Builder for ManagedCCF.
Functions
Link copied to clipboard
suspend fun managedCCF(name: String, block: suspend ManagedCCFResourceBuilder.() -> Unit): ManagedCCF