The blockchainMembers/transactionNodes resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Blockchain/blockchainMembers/transactionNodes resource, add the following JSON to your template.
{
"type": "Microsoft.Blockchain/blockchainMembers/transactionNodes",
"apiVersion": "2018-06-01-preview",
"name": "string",
"location": "string",
"properties": {
"firewallRules": [
{
"endIpAddress": "string",
"ruleName": "string",
"startIpAddress": "string"
}
],
"password": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Blockchain/blockchainMembers/transactionNodes' |
apiVersion | The resource api version | '2018-06-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
location | Gets or sets the transaction node location. | string |
properties | Gets or sets the blockchain member properties. | TransactionNodeProperties |
Name | Description | Value |
---|---|---|
firewallRules | Gets or sets the firewall rules. | FirewallRule[] |
password | Sets the transaction node dns endpoint basic auth password. | string |
Name | Description | Value |
---|---|---|
endIpAddress | Gets or sets the end IP address of the firewall rule range. | string |
ruleName | Gets or sets the name of the firewall rules. | string |
startIpAddress | Gets or sets the start IP address of the firewall rule range. | string |