Command Reference > management > putPrivateEndpoint
Approves/Rejects private endpoint connection request.
pv management putPrivateEndpoint --subscriptionId=<val> --resourceGroupName=<val> --accountName=<val> --privateEndpointConnectionName=<val> --payloadFile=<val>
--subscriptionId
(string)
The subscription identifier.
--resourceGroupName
(string)
The resource group name.
--accountName
(string)
The name of the account
--privateEndpointConnectionName
(string)
Name of the private endpoint connection.
--payloadFile
(string)
File path to a valid JSON document.
None
Private Endpoint Connections > Create Or Update
PUT https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Purview/accounts/{accountName}/privateEndpointConnections/{privateEndpointConnectionName}
pv management deletePrivateEndpoint --subscriptionId "2c334b6c-e556-40ac-a4c0-c0d1d2e08ca0" --resourceGroupName "private" --accountName "taygan-private-pv" --privateEndpointConnectionName "purview-pe-instance-a2dbee21-876d-43a4-b521-df9863a98553" --payloadFile "/path/to/file.json"