az ml workspace outbound-rule
Note
This reference is part of the ml extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az ml workspace outbound-rule command. Learn more about extensions.
Manage outbound rules for the managed network of an Azure ML workspace.
An Azure ML workspace is the top-level resource for Azure Machine Learning. This command group is used to perform operations on the outbound rules of the workspace managed network.
Commands
az ml workspace outbound-rule list |
List all the managed network outbound rules for a workspace. |
az ml workspace outbound-rule remove |
Remove an outbound rule from the managed network for a workspace. |
az ml workspace outbound-rule show |
Show details for a managed network outbound rule for a workspace. |
az ml workspace outbound-rule list
List all the managed network outbound rules for a workspace.
az ml workspace outbound-rule list --resource-group
--workspace-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure ML workspace. You can configure the default group using az configure --defaults workspace=<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 ml workspace outbound-rule remove
Remove an outbound rule from the managed network for a workspace.
az ml workspace outbound-rule remove --resource-group
--rule
--workspace-name
[--no-wait]
[--yes]
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Outbound Rule to remove.
Name of the Azure ML workspace. You can configure the default group using az configure --defaults workspace=<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 ml workspace outbound-rule show
Show details for a managed network outbound rule for a workspace.
az ml workspace outbound-rule show --resource-group
--rule
--workspace-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Outbound Rule to show.
Name of the Azure ML workspace. You can configure the default group using az configure --defaults workspace=<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.
Feedback
Submit and view feedback for