ingestion_private_endpoint_connections_status
Creates, updates, deletes, gets or lists an ingestion_private_endpoint_connections_status
resource.
Overview
Name | ingestion_private_endpoint_connections_status |
Type | Resource |
Id | azure.purview.ingestion_private_endpoint_connections_status |
Fields
The following fields are returned by SELECT
queries:
SELECT
not supported for this resource, use SHOW METHODS
to view available operations for the resource.
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | subscriptionId , resourceGroupName , accountName | api-version | Update ingestion private endpoint connection status |
Parameters
Parameters can be passed in the WHERE
clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
Name | Datatype | Description |
---|---|---|
accountName | string | The name of the account. |
resourceGroupName | string | The resource group name. |
subscriptionId | string | The subscription identifier |
api-version | string | The api version to use. |
Lifecycle Methods
- update
Update ingestion private endpoint connection status
EXEC azure.purview.ingestion_private_endpoint_connections_status.update
@subscriptionId='{{ subscriptionId }}' --required,
@resourceGroupName='{{ resourceGroupName }}' --required,
@accountName='{{ accountName }}' --required,
@api-version='{{ api-version }}'
@@json=
'{
"privateEndpointId": "{{ privateEndpointId }}",
"status": "{{ status }}"
}'
;