Skip to main content

endpoints_managed_proxy_details

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

Overview

Nameendpoints_managed_proxy_details
TypeResource
Idazure.hybrid_connectivity.endpoints_managed_proxy_details

Fields

NameDatatypeDescription
expiresOnintegerThe expiration time of short lived proxy name in unix epoch.
proxystringThe short lived proxy name.

Methods

NameAccessible byRequired ParamsDescription
listSELECTendpointName, resourceUri, data__serviceFetches the managed proxy details

SELECT examples

Fetches the managed proxy details

SELECT
expiresOn,
proxy
FROM azure.hybrid_connectivity.endpoints_managed_proxy_details
WHERE endpointName = '{{ endpointName }}'
AND resourceUri = '{{ resourceUri }}'
AND data__service = '{{ data__service }}';