integration_service_environment_network_health
Creates, updates, deletes, gets or lists a integration_service_environment_network_health
resource.
Overview
Name | integration_service_environment_network_health |
Type | Resource |
Id | azure.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
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | integrationServiceEnvironmentName, resourceGroup, subscriptionId | Gets 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 }}';