az synapse managed-private-endpoints
Manage synapse managed private endpoints.
Commands
Name | Description | Type | Status |
---|---|---|---|
az synapse managed-private-endpoints create |
Create a synapse managed private endpoints. |
Core | GA |
az synapse managed-private-endpoints delete |
Delete synapse managed private endpoints in a workspace. |
Core | GA |
az synapse managed-private-endpoints list |
List synapse managed private endpoints in a workspace. |
Core | GA |
az synapse managed-private-endpoints show |
Get a synapse managed private endpoints. |
Core | GA |
az synapse managed-private-endpoints create
Create a synapse managed private endpoints.
az synapse managed-private-endpoints create --file
--pe-name
--workspace-name
Examples
Create a synapse managed private endpoints. Definition file should contains privateLinkResourceId and groupId.
az synapse managed-private-endpoints create --workspace-name testsynapseworkspace \
--pe-name testendpointname \
--file @path/test.json
test.json {"privateLinkResourceId": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/test/providers/Microsoft.Storage/storageAccounts/test", "groupId": "blob"}
Required Parameters
Properties may be supplied from a JSON file using the @{path}
syntax or a JSON string.
The managed private endpoint name.
The 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 synapse managed-private-endpoints delete
Delete synapse managed private endpoints in a workspace.
az synapse managed-private-endpoints delete --pe-name
[--ids]
[--subscription]
[--workspace-name]
[--yes]
Examples
Delete a synapse managed private endpoints.
az synapse managed-private-endpoints delete --workspace-name testsynapseworkspace \
--pe-name testendpointname
Required Parameters
The managed private endpoint name.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The workspace name.
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 synapse managed-private-endpoints list
List synapse managed private endpoints in a workspace.
az synapse managed-private-endpoints list --workspace-name
Examples
List a synapse managed private endpoints.
az synapse managed-private-endpoints list --workspace-name testsynapseworkspace
Required Parameters
The 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 synapse managed-private-endpoints show
Get a synapse managed private endpoints.
az synapse managed-private-endpoints show --pe-name
[--ids]
[--subscription]
[--workspace-name]
Examples
Get a synapse managed private endpoints.
az synapse managed-private-endpoints show --workspace-name testsynapseworkspace \
--pe-name testendpointname
Required Parameters
The managed private endpoint name.
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The 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.