TrafficAnalyticsConfigurationProperties Class

Parameters that define the configuration of traffic analytics.

All required parameters must be populated in order to send to Azure.

Inheritance
TrafficAnalyticsConfigurationProperties

Constructor

TrafficAnalyticsConfigurationProperties(*, enabled: bool, workspace_id: str, workspace_region: str, workspace_resource_id: str, traffic_analytics_interval: typing.Union[int, NoneType] = None, **kwargs)

Parameters

enabled
bool

Required. Flag to enable/disable traffic analytics.

workspace_id
str

Required. The resource guid of the attached workspace.

workspace_region
str

Required. The location of the attached workspace.

workspace_resource_id
str

Required. Resource Id of the attached workspace.

traffic_analytics_interval
int

The interval in minutes which would decide how frequently TA service should do flow analytics.