watchers_troubleshootings
Creates, updates, deletes, gets or lists a watchers_troubleshootings
resource.
Overview
Name | watchers_troubleshootings |
Type | Resource |
Id | azure.network.watchers_troubleshootings |
Fields
Name | Datatype | Description |
---|---|---|
code | string | The result code of the troubleshooting. |
endTime | string | The end time of the troubleshooting. |
results | array | Information from troubleshooting. |
startTime | string | The start time of the troubleshooting. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkWatcherName, resourceGroupName, subscriptionId, data__properties, data__targetResourceId | Initiate 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 }}';