p2s_vpn_gateways_p2s_vpn_connection_health
Creates, updates, deletes, gets or lists a p2s_vpn_gateways_p2s_vpn_connection_health
resource.
Overview
Name | p2s_vpn_gateways_p2s_vpn_connection_health |
Type | Resource |
Id | azure.network.p2s_vpn_gateways_p2s_vpn_connection_health |
Fields
Name | Datatype | Description |
---|---|---|
id | string | Resource ID. |
name | string | Resource name. |
etag | string | A unique read-only string that changes whenever the resource is updated. |
location | string | Resource location. |
properties | object | Parameters for P2SVpnGateway. |
tags | object | Resource tags. |
type | string | Resource type. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | gatewayName, resourceGroupName, subscriptionId | Gets 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 }}';