Skip to main content

endpoints_credentials

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

Overview

Nameendpoints_credentials
TypeResource
Idazure.hybrid_connectivity.endpoints_credentials

Fields

NameDatatypeDescription
relayobjectAzure relay hybrid connection access properties

Methods

NameAccessible byRequired ParamsDescription
listSELECTendpointName, resourceUriGets the endpoint access credentials to the resource.

SELECT examples

Gets the endpoint access credentials to the resource.

SELECT
relay
FROM azure.hybrid_connectivity.endpoints_credentials
WHERE endpointName = '{{ endpointName }}'
AND resourceUri = '{{ resourceUri }}';