Skip to main content

dedicated_hsm_outbound_network_dependencies_endpoints

Creates, updates, deletes, gets or lists a dedicated_hsm_outbound_network_dependencies_endpoints resource.

Overview

Namededicated_hsm_outbound_network_dependencies_endpoints
TypeResource
Idazure.hardware_security_modules.dedicated_hsm_outbound_network_dependencies_endpoints

Fields

NameDatatypeDescription
categorystringThe category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc.
endpointsarrayThe endpoints that dedicated hsm service connects to

Methods

NameAccessible byRequired ParamsDescription
listSELECTname, resourceGroupName, subscriptionIdGets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified dedicated hsm resource. The operation returns properties of each egress endpoint.

SELECT examples

Gets a list of egress endpoints (network endpoints of all outbound dependencies) in the specified dedicated hsm resource. The operation returns properties of each egress endpoint.

SELECT
category,
endpoints
FROM azure.hardware_security_modules.dedicated_hsm_outbound_network_dependencies_endpoints
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';