dedicated_hsm_outbound_network_dependencies_endpoints
Creates, updates, deletes, gets or lists a dedicated_hsm_outbound_network_dependencies_endpoints
resource.
Overview
Name | dedicated_hsm_outbound_network_dependencies_endpoints |
Type | Resource |
Id | azure.hardware_security_modules.dedicated_hsm_outbound_network_dependencies_endpoints |
Fields
Name | Datatype | Description |
---|---|---|
category | string | The category of endpoints accessed by the dedicated hsm service, e.g. azure-resource-management, apiserver, etc. |
endpoints | array | The endpoints that dedicated hsm service connects to |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT | name, resourceGroupName, subscriptionId | 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
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 }}';