Blockchain Functions
object BlockchainFunctions
Functions
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.
suspend fun getBlockchainMember(argument: suspend GetBlockchainMemberPlainArgsBuilder.() -> Unit): GetBlockchainMemberResult
suspend fun getBlockchainMember(blockchainMemberName: String, resourceGroupName: String): GetBlockchainMemberResult
Link copied to clipboard
Payload of the transaction node which is the request/response of the resource provider. API Version: 2018-06-01-preview.
suspend fun getTransactionNode(argument: suspend GetTransactionNodePlainArgsBuilder.() -> Unit): GetTransactionNodeResult
suspend fun getTransactionNode(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): GetTransactionNodeResult
Link copied to clipboard
suspend fun listBlockchainMemberApiKeys(argument: ListBlockchainMemberApiKeysPlainArgs): ListBlockchainMemberApiKeysResult
Collection of the API key payload which is exposed in the response of the resource provider. API Version: 2018-06-01-preview.
suspend fun listBlockchainMemberApiKeys(argument: suspend ListBlockchainMemberApiKeysPlainArgsBuilder.() -> Unit): ListBlockchainMemberApiKeysResult
suspend fun listBlockchainMemberApiKeys(blockchainMemberName: String, resourceGroupName: String): ListBlockchainMemberApiKeysResult
Link copied to clipboard
suspend fun listLocationConsortiums(argument: ListLocationConsortiumsPlainArgs): ListLocationConsortiumsResult
Collection of the consortium payload. API Version: 2018-06-01-preview.
suspend fun listLocationConsortiums(argument: suspend ListLocationConsortiumsPlainArgsBuilder.() -> Unit): ListLocationConsortiumsResult
Link copied to clipboard
suspend fun listTransactionNodeApiKeys(argument: ListTransactionNodeApiKeysPlainArgs): ListTransactionNodeApiKeysResult
Collection of the API key payload which is exposed in the response of the resource provider. API Version: 2018-06-01-preview.
suspend fun listTransactionNodeApiKeys(argument: suspend ListTransactionNodeApiKeysPlainArgsBuilder.() -> Unit): ListTransactionNodeApiKeysResult
suspend fun listTransactionNodeApiKeys(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): ListTransactionNodeApiKeysResult