Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
az search private-endpoint-connection
Manage Azure AI Search private endpoint connections.
Commands
| 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 |
az search private-endpoint-connection delete
Disconnects the private endpoint connection and deletes it from the search service.
.. seealso:: - https://aka.ms/search-manage.
az search private-endpoint-connection delete --name --private-endpoint-connection-name
--resource-group
--service-name
[--acquire-policy-token]
[--change-reference]
[--yes]
Required Parameters
The name of the private endpoint connection to the Azure AI 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.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Do not prompt for confirmation.
| Property | Value |
|---|---|
| Default value: | False |
az search private-endpoint-connection list
Gets a list of all private endpoint connections in the given service.
.. seealso:: - https://aka.ms/search-manage.
az search private-endpoint-connection list --resource-group
--service-name
Required Parameters
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
The name of the search service.
az search private-endpoint-connection show
Gets the details of the private endpoint connection to the search service in the given resource group.
.. seealso:: - https://aka.ms/search-manage.
az search private-endpoint-connection show --name --private-endpoint-connection-name
--resource-group
--service-name
Required Parameters
The name of the private endpoint connection to the Azure AI 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.
az search private-endpoint-connection update
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
[--acquire-policy-token]
[--change-reference]
Required Parameters
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".
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Acquiring an Azure Policy token automatically for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
The related change reference ID for this resource operation.
| Property | Value |
|---|---|
| Parameter group: | Global Policy Arguments |
Feedback
Was this page helpful?
