Skip to main content

watchers_network_configuration_diagnostics

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

Overview

Namewatchers_network_configuration_diagnostics
TypeResource
Idazure.network.watchers_network_configuration_diagnostics

Fields

NameDatatypeDescription
resultsarrayList of network configuration diagnostic results.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkWatcherName, resourceGroupName, subscriptionId, data__profiles, data__targetResourceIdGets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.

SELECT examples

Gets Network Configuration Diagnostic data to help customers understand and debug network behavior. It provides detailed information on what security rules were applied to a specified traffic flow and the result of evaluating these rules. Customers must provide details of a flow like source, destination, protocol, etc. The API returns whether traffic was allowed or denied, the rules evaluated for the specified flow and the evaluation results.

SELECT
results
FROM azure.network.watchers_network_configuration_diagnostics
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__profiles = '{{ data__profiles }}'
AND data__targetResourceId = '{{ data__targetResourceId }}';