Skip to main content

p2s_vpn_gateways_p2s_vpn_connection_health_detailed

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

Overview

Namep2s_vpn_gateways_p2s_vpn_connection_health_detailed
TypeResource
Idazure.network.p2s_vpn_gateways_p2s_vpn_connection_health_detailed

Fields

NameDatatypeDescription
sasUrlstringReturned sas url of the blob to which the p2s vpn connection detailed health will be written.

Methods

NameAccessible byRequired ParamsDescription
getSELECTgatewayName, resourceGroupName, subscriptionIdGets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.

SELECT examples

Gets the sas url to get the connection health detail of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.

SELECT
sasUrl
FROM azure.network.p2s_vpn_gateways_p2s_vpn_connection_health_detailed
WHERE gatewayName = '{{ gatewayName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';