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: typing.Union[str, NoneType] = None, workspace_region: typing.Union[str, NoneType] = None, workspace_resource_id: typing.Union[str, NoneType] = None, traffic_analytics_interval: typing.Union[int, NoneType] = None, **kwargs)
Parameters
- enabled
- bool
Required. Flag to enable/disable traffic analytics.
- workspace_id
- str
The resource guid of the attached workspace.
- workspace_region
- str
The location of the attached workspace.
- workspace_resource_id
- str
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.
Feedback
Submit and view feedback for