az healthcareapis workspace private-endpoint-connection
Note
This reference is part of the healthcareapis extension for the Azure CLI (version 2.15.0 or higher). The extension will automatically install the first time you run an az healthcareapis workspace private-endpoint-connection command. Learn more about extensions.
Manage workspace private endpoint connection with healthcareapis.
Commands
Name | Description | Type | Status |
---|---|---|---|
az healthcareapis workspace private-endpoint-connection create |
Update the state of the specified private endpoint connection associated with the workspace. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection delete |
Deletes a private endpoint connection. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection list |
Lists all private endpoint connections for a workspace. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection show |
Gets the specified private endpoint connection associated with the workspace. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection update |
Update the state of the specified private endpoint connection associated with the workspace. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection wait |
Place the CLI in a waiting state until a condition of the healthcareapis workspace private-endpoint-connection is met. |
Extension | GA |
az healthcareapis workspace private-endpoint-connection create
Update the state of the specified private endpoint connection associated with the workspace.
az healthcareapis workspace private-endpoint-connection create --name
--resource-group
--workspace-name
[--no-wait]
[--private-link-service-connection-state]
Examples
WorkspacePrivateEndpointConnection_CreateOrUpdate
az healthcareapis workspace private-endpoint-connection create --private-endpoint-connection-name "myConnection" --private-link-service-connection-state description="Auto-Approved" status="Approved" --resource-group "testRG" --workspace-name "workspace1"
Required Parameters
The name of the private endpoint connection associated with the Azure resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of workspace resource.
Optional Parameters
Do not wait for the long-running operation to finish.
A collection of information about the state of the connection between service consumer and provider.
Usage: --private-link-service-connection-state status=XX description=XX actions-required=XX
status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. description: The reason for approval/rejection of the connection. actions-required: A message indicating if changes on the service provider require any updates on the consumer.
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 healthcareapis workspace private-endpoint-connection delete
Deletes a private endpoint connection.
az healthcareapis workspace private-endpoint-connection delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--subscription]
[--workspace-name]
[--yes]
Examples
WorkspacePrivateEndpointConnections_Delete
az healthcareapis workspace private-endpoint-connection delete --private-endpoint-connection-name "myConnection" --resource-group "testRG" --workspace-name "workspace1"
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.
The name of the private endpoint connection associated with the Azure resource.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of workspace resource.
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 healthcareapis workspace private-endpoint-connection list
Lists all private endpoint connections for a workspace.
az healthcareapis workspace private-endpoint-connection list --resource-group
--workspace-name
Examples
WorkspacePrivateEndpointConnection_List
az healthcareapis workspace private-endpoint-connection list --resource-group "testRG" --workspace-name "workspace1"
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of workspace resource.
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 healthcareapis workspace private-endpoint-connection show
Gets the specified private endpoint connection associated with the workspace.
az healthcareapis workspace private-endpoint-connection show [--ids]
[--name]
[--resource-group]
[--subscription]
[--workspace-name]
Examples
WorkspacePrivateEndpointConnection_GetConnection
az healthcareapis workspace private-endpoint-connection show --private-endpoint-connection-name "myConnection" --resource-group "testRG" --workspace-name "workspace1"
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.
The name of the private endpoint connection associated with the Azure resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of workspace resource.
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 healthcareapis workspace private-endpoint-connection update
Update the state of the specified private endpoint connection associated with the workspace.
az healthcareapis workspace private-endpoint-connection update [--add]
[--force-string]
[--ids]
[--name]
[--no-wait]
[--private-link-service-connection-state]
[--remove]
[--resource-group]
[--set]
[--subscription]
[--workspace-name]
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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.
The name of the private endpoint connection associated with the Azure resource.
Do not wait for the long-running operation to finish.
A collection of information about the state of the connection between service consumer and provider.
Usage: --private-link-service-connection-state status=XX description=XX actions-required=XX
status: Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service. description: The reason for approval/rejection of the connection. actions-required: A message indicating if changes on the service provider require any updates on the consumer.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The name of workspace resource.
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 healthcareapis workspace private-endpoint-connection wait
Place the CLI in a waiting state until a condition of the healthcareapis workspace private-endpoint-connection is met.
az healthcareapis workspace private-endpoint-connection wait [--created]
[--custom]
[--deleted]
[--exists]
[--ids]
[--interval]
[--name]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
[--workspace-name]
Examples
Pause executing next line of CLI script until the healthcareapis workspace private-endpoint-connection is successfully created.
az healthcareapis workspace private-endpoint-connection wait --private-endpoint-connection-name "myConnection" --resource-group "testRG" --workspace-name "workspace1" --created
Pause executing next line of CLI script until the healthcareapis workspace private-endpoint-connection is successfully updated.
az healthcareapis workspace private-endpoint-connection wait --private-endpoint-connection-name "myConnection" --resource-group "testRG" --workspace-name "workspace1" --updated
Pause executing next line of CLI script until the healthcareapis workspace private-endpoint-connection is successfully deleted.
az healthcareapis workspace private-endpoint-connection wait --private-endpoint-connection-name "myConnection" --resource-group "testRG" --workspace-name "workspace1" --deleted
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.
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.
Polling interval in seconds.
The name of the private endpoint connection associated with the Azure resource.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Maximum wait in seconds.
Wait until updated with provisioningState at 'Succeeded'.
The name of workspace resource.
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.