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
Name | p2s_vpn_gateways_p2s_vpn_connection_health_detailed |
Type | Resource |
Id | azure.network.p2s_vpn_gateways_p2s_vpn_connection_health_detailed |
Fields
Name | Datatype | Description |
---|---|---|
sasUrl | string | Returned sas url of the blob to which the p2s vpn connection detailed health will be written. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | gatewayName, resourceGroupName, subscriptionId | Gets 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 }}';