az arc-multicloud solution-configuration
Note
This reference is part of the multicloud-connector extension for the Azure CLI (version 2.61.0 or higher). The extension will automatically install the first time you run an az arc-multicloud solution-configuration command. Learn more about extensions.
Commands for solution-configuration.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
Commands
Name | Description | Type | Status |
---|---|---|---|
az arc-multicloud solution-configuration create |
Create a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration delete |
Delete a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration list |
List SolutionConfiguration resources by parent public cloud connector. |
Extension | GA |
az arc-multicloud solution-configuration show |
Get a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration sync-now |
Trigger immediate sync with source cloud. |
Extension | GA |
az arc-multicloud solution-configuration update |
Update a SolutionConfiguration. |
Extension | GA |
az arc-multicloud solution-configuration create
Create a SolutionConfiguration.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration create --connector-id
--name
[--solution-settings]
[--solution-type]
Examples
SolutionConfigurations_CreateOrUpdate
az arc-multicloud solution-configuration create --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig --solution-type "Microsoft.AssetManagement" --solution-settings periodicSync="true" cloudProviderServiceTypes="ec2,s3" awsGlobalReadOnly="true" cloudProviderRegions="us-east-1,us-east-2" periodicSyncTime="1"
SolutionConfigurations_CreateOrUpdate
az arc-multicloud solution-configuration create --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig --solution-type "Microsoft.HybridCompute.Onboard" --solution-settings periodicSync="true" cloudProviderRegions="us-east-1,us-east-2" periodicSyncTime="1"
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Represent Solution Configuration Resource Name.
Optional Parameters
Solution settings Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The type of the solution.
Global Parameters
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 arc-multicloud solution-configuration delete
Delete a SolutionConfiguration.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration delete --connector-id
--name
[--yes]
Examples
SolutionConfigurations_Delete
az arc-multicloud solution-configuration delete --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Represent Solution Configuration Resource Name.
Optional Parameters
Do not prompt for confirmation.
Global Parameters
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 arc-multicloud solution-configuration list
List SolutionConfiguration resources by parent public cloud connector.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration list --connector-id
[--max-items]
[--next-token]
Examples
SolutionConfigurations_List
az arc-multicloud solution-configuration list --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{}
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Optional Parameters
Total number of items to return in the command's output. If the total number of items available is more than the value specified, a token is provided in the command's output. To resume pagination, provide the token value in --next-token
argument of a subsequent command.
Token to specify where to start paginating. This is the token value from a previously truncated response.
Global Parameters
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 arc-multicloud solution-configuration show
Get a SolutionConfiguration.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration show --connector-id
--name
Examples
SolutionConfigurations_Get
az arc-multicloud solution-configuration show --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Represent Solution Configuration Resource Name.
Global Parameters
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 arc-multicloud solution-configuration sync-now
Trigger immediate sync with source cloud.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration sync-now --connector-id
--name
[--no-wait {0, 1, f, false, n, no, t, true, y, yes}]
Examples
SolutionConfigurations_SyncNow
az arc-multicloud solution-configuration sync-now --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Represent Solution Configuration Resource Name.
Optional Parameters
Do not wait for the long-running operation to finish.
Global Parameters
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 arc-multicloud solution-configuration update
Update a SolutionConfiguration.
For additional details, please visit the https://learn.microsoft.com/en-us/cli/azure/arc-multicloud?view=azure-cli-latest.
az arc-multicloud solution-configuration update --connector-id
--name
[--solution-settings]
[--solution-type]
Examples
SolutionConfigurations_Update
az arc-multicloud solution-configuration update --connector-id /subscriptions/{}/resourceGroups/{}/providers/Microsoft.HybridConnectivity/publicCloudConnectors/{} --name mySolutionConfig --solution-type "Microsoft.AssetManagement" --solution-settings periodicSync="true" cloudProviderServiceTypes="ec2,s3" awsGlobalReadOnly="true" cloudProviderRegions="us-east-1,us-east-2" periodicSyncTime="1"
Required Parameters
The fully qualified Azure Resource manager identifier of the resource.
Represent Solution Configuration Resource.
Optional Parameters
Solution settings Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
The type of the solution.
Global Parameters
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.