GetTransactionNodeResult

data class GetTransactionNodeResult(val dns: String, val firewallRules: List<FirewallRuleResponse>? = null, val id: String, val location: String? = null, val name: String, val password: String? = null, val provisioningState: String, val publicKey: String, val type: String, val userName: String)

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

Constructors

Link copied to clipboard
constructor(dns: String, firewallRules: List<FirewallRuleResponse>? = null, id: String, location: String? = null, name: String, password: String? = null, provisioningState: String, publicKey: String, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dns: String

Gets or sets the transaction node dns endpoint.

Link copied to clipboard

Gets or sets the firewall rules.

Link copied to clipboard
val id: String

Fully qualified resource Id of the resource.

Link copied to clipboard
val location: String? = null

Gets or sets the transaction node location.

Link copied to clipboard

The name of the resource.

Link copied to clipboard
val password: String? = null

Sets the transaction node dns endpoint basic auth password.

Link copied to clipboard

Gets or sets the blockchain member provision state.

Link copied to clipboard

Gets or sets the transaction node public key.

Link copied to clipboard

The type of the service - e.g. "Microsoft.Blockchain"

Link copied to clipboard

Gets or sets the transaction node dns endpoint basic auth user name.