Package-level declarations
Types
Link copied to clipboard
object BlockchainFunctions
Link copied to clipboard
Payload of the blockchain member which is exposed in the request/response of the resource provider. API Version: 2018-06-01-preview.
Link copied to clipboard
data class BlockchainMemberArgs(val blockchainMemberName: Output<String>? = null, val consortium: Output<String>? = null, val consortiumManagementAccountPassword: Output<String>? = null, val consortiumMemberDisplayName: Output<String>? = null, val consortiumRole: Output<String>? = null, val firewallRules: Output<List<FirewallRuleArgs>>? = null, val location: Output<String>? = null, val password: Output<String>? = null, val protocol: Output<Either<String, BlockchainProtocol>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<SkuArgs>? = null, val tags: Output<Map<String, String>>? = null, val validatorNodesSku: Output<BlockchainMemberNodesSkuArgs>? = null) : ConvertibleToJava<BlockchainMemberArgs>
Payload of the blockchain member which is exposed in the request/response of the resource provider. API Version: 2018-06-01-preview.
Link copied to clipboard
Builder for BlockchainMemberArgs.
Link copied to clipboard
Link copied to clipboard
Builder for BlockchainMember.
Link copied to clipboard
Payload of the transaction node which is the request/response of the resource provider. API Version: 2018-06-01-preview.
Link copied to clipboard
data class TransactionNodeArgs(val blockchainMemberName: Output<String>? = null, val firewallRules: Output<List<FirewallRuleArgs>>? = null, val location: Output<String>? = null, val password: Output<String>? = null, val resourceGroupName: Output<String>? = null, val transactionNodeName: Output<String>? = null) : ConvertibleToJava<TransactionNodeArgs>
Payload of the transaction node which is the request/response of the resource provider. API Version: 2018-06-01-preview.
Link copied to clipboard
Builder for TransactionNodeArgs.
Link copied to clipboard
Link copied to clipboard
Builder for TransactionNode.
Functions
Link copied to clipboard
suspend fun blockchainMember(name: String, block: suspend BlockchainMemberResourceBuilder.() -> Unit): BlockchainMember
Link copied to clipboard
suspend fun transactionNode(name: String, block: suspend TransactionNodeResourceBuilder.() -> Unit): TransactionNode