private_endpoint_connections
Creates, updates, deletes, gets or lists a private_endpoint_connections
resource.
Overview
Name | private_endpoint_connections |
Type | Resource |
Id | azure.hardware_security_modules.private_endpoint_connections |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
name | string | The name of the resource |
properties | object | Properties of the private endpoint connection. |
systemData | object | Metadata pertaining to creation and last modification of the resource. |
type | string | The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list_by_cloud_hsm_cluster | SELECT | cloudHsmClusterName, resourceGroupName, subscriptionId | The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster |
SELECT
examples
The List operation gets information about the private endpoint connections associated with the Cloud HSM Cluster
SELECT
id,
name,
properties,
systemData,
type
FROM azure.hardware_security_modules.private_endpoint_connections
WHERE cloudHsmClusterName = '{{ cloudHsmClusterName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';