az blockchain transaction-node
Blockchain transaction-node.
Commands
az blockchain transaction-node create |
Create a transaction node. |
az blockchain transaction-node delete |
Delete the transaction node. |
az blockchain transaction-node list |
List the transaction nodes for a blockchain member. |
az blockchain transaction-node list-api-key |
List the API keys for the transaction node. |
az blockchain transaction-node regenerate-api-key |
Regenerate the API keys for the blockchain member. |
az blockchain transaction-node show |
Show the details of the transaction node. |
az blockchain transaction-node update |
Update the transaction node. |
az blockchain transaction-node wait |
Wait until the transaction node is created or deleted. |
az blockchain transaction-node create
Create a transaction node.
az blockchain transaction-node create --member-name
--name
--resource-group
[--firewall-rules]
[--location]
[--no-wait]
[--password]
Examples
Create a transaction node.
az blockchain transaction-node create --member-name "contosemember1" --resource-group "mygroup" --location "southeastasia" --password "1234abcdEFG1" --name "txnode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Firewall rules of the blockchian transaction node.
Location. Values from: az account list-locations
. You can configure the default location using az configure --defaults location=<location>
.
Do not wait for the long-running operation to finish.
Sets the transaction node dns endpoint basic auth password.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node delete
Delete the transaction node.
az blockchain transaction-node delete --member-name
--name
--resource-group
[--no-wait]
[--yes]
Examples
Delete the transaction node.
az blockchain transaction-node delete --member-name "contosemember1" --resource-group "mygroup" --name "txNode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Do not wait for the long-running operation to finish.
Do not prompt for confirmation.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node list
List the transaction nodes for a blockchain member.
az blockchain transaction-node list --member-name
--resource-group
Examples
List the transaction nodes for a blockchain member.
az blockchain transaction-node list --member-name "contosemember1" --resource-group "mygroup"
Required Parameters
Blockchain member name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node list-api-key
List the API keys for the transaction node.
az blockchain transaction-node list-api-key --member-name
--name
--resource-group
Examples
List the API keys for the transaction node.
az blockchain transaction-node list-api-key --member-name "contosemember1" --resource-group "mygroup" --name "txnode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node regenerate-api-key
Regenerate the API keys for the blockchain member.
az blockchain transaction-node regenerate-api-key --member-name
--name
--resource-group
[--key-name {key1, key2}]
[--value]
Examples
Regenerate the API keys for the blockchain member.
az blockchain transaction-node regenerate-api-key --key-name "key1" --member-name "contosemember1" --resource-group "mygroup" --name "txnode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Gets or sets the API key name.
Gets or sets the API key value.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node show
Show the details of the transaction node.
az blockchain transaction-node show --member-name
--name
--resource-group
Examples
Show the details of the transaction node.
az blockchain transaction-node show --member-name "contosemember1" --resource-group "mygroup" --name "txnode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node update
Update the transaction node.
az blockchain transaction-node update --member-name
--name
--resource-group
[--firewall-rules]
[--password]
Examples
Update the transaction node.
az blockchain transaction-node update --member-name "contosemember1" --resource-group "mygroup" --password "1234abcdEFG1" --name "txnode2"
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Firewall rules of the blockchian transaction node.
Sets the transaction node dns endpoint basic auth password.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
az blockchain transaction-node wait
Wait until the transaction node is created or deleted.
az blockchain transaction-node wait --member-name
--name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Examples
Wait until the transaction node is created.
az blockchain transaction-node wait --member-name "contosemember1" --resource-group "mygroup" --name "txNode2" --created
Required Parameters
Blockchain member name.
Transaction node name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Wait until created with 'provisioningState' at 'Succeeded'.
Wait until the condition satisfies a custom JMESPath query. E.g. provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].
Wait until deleted.
Wait until the resource exists.
Polling interval in seconds.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.