az ml workspace private-endpoint
Note
This reference is part of the azure-cli-ml extension for the Azure CLI (version 2.0.28 or higher). The extension will automatically install the first time you run an az ml workspace private-endpoint command. Learn more about extensions.
Workspace private endpoint subgroup commands.
Commands
Name | Description | Type | Status |
---|---|---|---|
az ml workspace private-endpoint add |
Add private endpoint to a workspace. |
Extension | GA |
az ml workspace private-endpoint delete |
Delete the specified private endpoint Connection in the workspace. |
Extension | GA |
az ml workspace private-endpoint list |
List all private endpoints in a workspace. |
Extension | GA |
az ml workspace private-endpoint add
Add private endpoint to a workspace.
az ml workspace private-endpoint add [--output-metadata-file]
[--path]
[--pe-auto-approval]
[--pe-location]
[--pe-name]
[--pe-resource-group]
[--pe-subnet-name]
[--pe-subscription-id]
[--pe-vnet-name]
[--resource-group]
[--subscription-id]
[--tags]
[--workspace-name]
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Whether private endpoint connections to the workspace resource via a private link should be auto approved.
Location of the workspace private endpoint. If not specified it will be the same location of the workspace.
Name of the workspace private endpoint. Use this parameter to restrict workspace access to private networks, via a private endpoint.
Name of the existing resource group to create the workspace private endpoint in. The vnet should be in the same resource group. If not specified, the resource group of the workspace will be used.
Name of the existing subnet to create the workspace private endpoint in.
Id of the existing subscription to create the workspace private endpoint in. The vnet should be in the same subscription. If not specified, the subscription Id of the workspace will be used.
Name of the existing vnet to create the workspace private endpoint in.
Resource group name.
Specifies the subscription Id.
Tags associated with this private endpoint with 'key=value' syntax.
Workspace 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 ml workspace private-endpoint delete
Delete the specified private endpoint Connection in the workspace.
az ml workspace private-endpoint delete [--output-metadata-file]
[--pe-connection-name]
[--resource-group]
[--subscription-id]
[--workspace-name]
Optional Parameters
Provide an optional output file location for structured object output.
The name of the Private EndPoint Connection.
Resource group name.
Specifies the subscription Id.
Workspace 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 ml workspace private-endpoint list
List all private endpoints in a workspace.
az ml workspace private-endpoint list [--output-metadata-file]
[--path]
[--resource-group]
[--subscription-id]
[--workspace-name]
Optional Parameters
Provide an optional output file location for structured object output.
Path to a root directory for run configuration files.
Resource group name.
Specifies the subscription Id.
Workspace 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.