az search private-endpoint-connection
Manage Azure Search private endpoint connections.
Name | Description | Type | Status |
---|---|---|---|
az search private-endpoint-connection delete |
Disconnects the private endpoint connection and deletes it from the search service. |
Core | GA |
az search private-endpoint-connection list |
Gets a list of all private endpoint connections in the given service. |
Core | GA |
az search private-endpoint-connection show |
Gets the details of the private endpoint connection to the search service in the given resource group. |
Core | GA |
az search private-endpoint-connection update |
Update an existing private endpoint connection in a Search service in the given resource group. |
Core | GA |
Disconnects the private endpoint connection and deletes it from the search service.
az search private-endpoint-connection delete --name
--resource-group
--service-name
[--yes]
The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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.
Gets a list of all private endpoint connections in the given service.
az search private-endpoint-connection list --resource-group
--service-name
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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.
Gets the details of the private endpoint connection to the search service in the given resource group.
az search private-endpoint-connection show --name
--resource-group
--service-name
The name of the private endpoint connection to the Azure Cognitive Search service with the specified resource group. Required.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
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.
Update an existing private endpoint connection in a Search service in the given resource group.
az search private-endpoint-connection update --actions-required
--description
--name
--resource-group
--service-name
--status
Custom 'actions required' message when updating the private endpoint connection resource.
Custom description when updating the private endpoint connection resource.
Name of the private endpoint connection resource; for example: {the name of the private endpoint resource}.{guid}.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The name of the search service.
The updated status of the private endpoint connection resource. Possible values include: "Pending", "Approved", "Rejected", "Disconnected".
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.
Azure CLI feedback
Azure CLI is an open source project. Select a link to provide feedback: