你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrafficAnalyticsConfigurationProperties Class

Parameters that define the configuration of traffic analytics.

Inheritance
azure.mgmt.network._serialization.Model
TrafficAnalyticsConfigurationProperties

Constructor

TrafficAnalyticsConfigurationProperties(*, enabled: bool | None = None, workspace_id: str | None = None, workspace_region: str | None = None, workspace_resource_id: str | None = None, traffic_analytics_interval: int | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
enabled

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.

Variables

Name Description
enabled

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.