Skip to main content

integration_service_environment_network_health

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

Overview

Nameintegration_service_environment_network_health
TypeResource
Idazure.logic_apps.integration_service_environment_network_health

Fields

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

NameAccessible byRequired ParamsDescription
getSELECTintegrationServiceEnvironmentName, resourceGroup, subscriptionIdGets the integration service environment network health.

SELECT examples

Gets the integration service environment network health.

SELECT

FROM azure.logic_apps.integration_service_environment_network_health
WHERE integrationServiceEnvironmentName = '{{ integrationServiceEnvironmentName }}'
AND resourceGroup = '{{ resourceGroup }}'
AND subscriptionId = '{{ subscriptionId }}';