Skip to main content

watchers_troubleshootings

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

Overview

Namewatchers_troubleshootings
TypeResource
Idazure.network.watchers_troubleshootings

Fields

NameDatatypeDescription
codestringThe result code of the troubleshooting.
endTimestringThe end time of the troubleshooting.
resultsarrayInformation from troubleshooting.
startTimestringThe start time of the troubleshooting.

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkWatcherName, resourceGroupName, subscriptionId, data__properties, data__targetResourceIdInitiate troubleshooting on a specified resource.

SELECT examples

Initiate troubleshooting on a specified resource.

SELECT
code,
endTime,
results,
startTime
FROM azure.network.watchers_troubleshootings
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__properties = '{{ data__properties }}'
AND data__targetResourceId = '{{ data__targetResourceId }}';