getTransactionNode

Get the details of the transaction node. API Version: 2018-06-01-preview.

Return

Payload of the transaction node which is the request/response of the resource provider.

Parameters

argument

null


suspend fun getTransactionNode(blockchainMemberName: String, resourceGroupName: String, transactionNodeName: String): GetTransactionNodeResult

Return

Payload of the transaction node which is the request/response of the resource provider.

Parameters

blockchainMemberName

Blockchain member name.

resourceGroupName

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

transactionNodeName

Transaction node name.

See also


Return

Payload of the transaction node which is the request/response of the resource provider.

Parameters

argument

Builder for com.pulumi.azurenative.blockchain.kotlin.inputs.GetTransactionNodePlainArgs.

See also