Skip to main content

watchers_flow_log_status

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

Overview

Namewatchers_flow_log_status
TypeResource
Idazure.network.watchers_flow_log_status

Fields

NameDatatypeDescription
flowAnalyticsConfigurationobjectParameters that define the configuration of traffic analytics.
identityobjectIdentity for the resource.
propertiesobjectParameters that define the configuration of flow log.
targetResourceIdstringThe ID of the resource to configure for flow log and traffic analytics (optional) .

Methods

NameAccessible byRequired ParamsDescription
getSELECTnetworkWatcherName, resourceGroupName, subscriptionId, data__targetResourceIdQueries 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 }}';