watchers_flow_log_status
Creates, updates, deletes, gets or lists a watchers_flow_log_status
resource.
Overview
Name | watchers_flow_log_status |
Type | Resource |
Id | azure.network.watchers_flow_log_status |
Fields
Name | Datatype | Description |
---|---|---|
flowAnalyticsConfiguration | object | Parameters that define the configuration of traffic analytics. |
identity | object | Identity for the resource. |
properties | object | Parameters that define the configuration of flow log. |
targetResourceId | string | The ID of the resource to configure for flow log and traffic analytics (optional) . |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
get | SELECT | networkWatcherName, resourceGroupName, subscriptionId, data__targetResourceId | Queries status of flow log and traffic analytics (optional) on a specified resource. |
SELECT
examples
Queries status of flow log and traffic analytics (optional) on a specified resource.
SELECT
flowAnalyticsConfiguration,
identity,
properties,
targetResourceId
FROM azure.network.watchers_flow_log_status
WHERE networkWatcherName = '{{ networkWatcherName }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}'
AND data__targetResourceId = '{{ data__targetResourceId }}';