Skip to main content

p2s_vpn_gateways_p2s_vpn_connection_health

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

Overview

Namep2s_vpn_gateways_p2s_vpn_connection_health
TypeResource
Idazure.network.p2s_vpn_gateways_p2s_vpn_connection_health

Fields

NameDatatypeDescription
idstringResource ID.
namestringResource name.
etagstringA unique read-only string that changes whenever the resource is updated.
locationstringResource location.
propertiesobjectParameters for P2SVpnGateway.
tagsobjectResource tags.
typestringResource type.

Methods

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

SELECT examples

Gets the connection health of P2S clients of the virtual wan P2SVpnGateway in the specified resource group.

SELECT
id,
name,
etag,
location,
properties,
tags,
type
FROM azure.network.p2s_vpn_gateways_p2s_vpn_connection_health
WHERE gatewayName = '{{ gatewayName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';