az stack-hci arc-setting
Note
This reference is part of the stack-hci extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az stack-hci arc-setting command. Learn more about extensions.
Manage arc setting with stack hci.
Commands
| az stack-hci arc-setting create |
Create ArcSetting for HCI cluster. |
| az stack-hci arc-setting create-identity |
Create Aad identity for arc settings. |
| az stack-hci arc-setting delete |
Delete ArcSetting resource details of HCI Cluster. |
| az stack-hci arc-setting generate-password |
Generate password for arc settings. |
| az stack-hci arc-setting list |
Get ArcSetting resources of HCI Cluster. |
| az stack-hci arc-setting show |
Get ArcSetting resource details of HCI Cluster. |
| az stack-hci arc-setting update |
Update ArcSettings for HCI cluster. |
| az stack-hci arc-setting wait |
Place the CLI in a waiting state until a condition of the stack-hci arc-setting is met. |
az stack-hci arc-setting create
Create ArcSetting for HCI cluster.
az stack-hci arc-setting create --arc-setting-name
--cluster-name
--resource-group
[--arc-application-client-id]
[--arc-application-object-id]
[--arc-application-tenant-id]
[--arc-service-principal-object-id]
[--connectivity-properties]
[--created-at]
[--created-by]
[--created-by-type {Application, Key, ManagedIdentity, User}]
[--instance-rg]
[--last-modified-at]
[--last-modified-by]
[--last-modified-by-type {Application, Key, ManagedIdentity, User}]
Examples
Create ArcSetting
az stack-hci arc-setting create --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
App id of arc AAD identity.
Object id of arc AAD identity.
Tenant id of arc AAD identity.
Object id of arc AAD service principal.
Contains connectivity related configuration for ARC resources Expected value: json-string/json-file/@json-file.
The timestamp of resource creation (UTC).
The identity that created the resource.
The type of identity that created the resource.
The resource group that hosts the Arc agents, ie. Hybrid Compute Machine resources.
The timestamp of resource last modification (UTC).
The identity that last modified the resource.
The type of identity that last modified the resource.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting create-identity
Create Aad identity for arc settings.
az stack-hci arc-setting create-identity --arc-setting-name
--cluster-name
--resource-group
[--no-wait]
Examples
Create Arc Identity
az stack-hci arc-setting create-identity --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
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.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting delete
Delete ArcSetting resource details of HCI Cluster.
az stack-hci arc-setting delete --arc-setting-name
--cluster-name
--resource-group
[--no-wait]
[--yes]
Examples
Delete ArcSetting
az stack-hci arc-setting delete --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting generate-password
Generate password for arc settings.
az stack-hci arc-setting generate-password --arc-setting-name
--cluster-name
--resource-group
Examples
Generate Password
az stack-hci arc-setting generate-password --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting list
Get ArcSetting resources of HCI Cluster.
az stack-hci arc-setting list --cluster-name
--resource-group
Examples
List ArcSetting resources by HCI Cluster
az stack-hci arc-setting list --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the cluster.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting show
Get ArcSetting resource details of HCI Cluster.
az stack-hci arc-setting show --arc-setting-name
--cluster-name
--resource-group
Examples
Get ArcSetting
az stack-hci arc-setting show --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting update
Update ArcSettings for HCI cluster.
az stack-hci arc-setting update --arc-setting-name
--cluster-name
--resource-group
[--connectivity-properties]
[--tags]
Examples
Patch ArcSetting
az stack-hci arc-setting update --connectivity-properties "{\"enabled\":true}" --name "default" --cluster-name "myCluster" --resource-group "test-rg"
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
Contains connectivity related configuration for ARC resources Expected value: json-string/json-file/@json-file.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
az stack-hci arc-setting wait
Place the CLI in a waiting state until a condition of the stack-hci arc-setting is met.
az stack-hci arc-setting wait --arc-setting-name
--cluster-name
--resource-group
[--created]
[--custom]
[--deleted]
[--exists]
[--interval]
[--timeout]
[--updated]
Examples
Pause executing next line of CLI script until the stack-hci arc-setting is successfully deleted.
az stack-hci arc-setting wait --name "default" --cluster-name "myCluster" --resource-group "test-rg" --deleted
Pause executing next line of CLI script until the stack-hci arc-setting is successfully created.
az stack-hci arc-setting wait --name "default" --cluster-name "myCluster" --resource-group "test-rg" --created
Required Parameters
The name of the proxy resource holding details of HCI ArcSetting information.
The name of the cluster.
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.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
Feedback
Submit and view feedback for