get Blockchain Member
Get details about a blockchain member. API Version: 2018-06-01-preview.
Return
Payload of the blockchain member which is exposed in the request/response of the resource provider.
Parameters
argument
null
suspend fun getBlockchainMember(blockchainMemberName: String, resourceGroupName: String): GetBlockchainMemberResult
Return
Payload of the blockchain member which is exposed in the request/response of the resource provider.
Parameters
blockchain Member Name
Blockchain member name.
resource Group Name
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
See also
suspend fun getBlockchainMember(argument: suspend GetBlockchainMemberPlainArgsBuilder.() -> Unit): GetBlockchainMemberResult
Return
Payload of the blockchain member which is exposed in the request/response of the resource provider.
Parameters
argument
Builder for com.pulumi.azurenative.blockchain.kotlin.inputs.GetBlockchainMemberPlainArgs.