TrafficAnalyticsConfigurationProperties Class

Definition

Parameters that define the configuration of traffic analytics.

public class TrafficAnalyticsConfigurationProperties
type TrafficAnalyticsConfigurationProperties = class
Public Class TrafficAnalyticsConfigurationProperties
Inheritance
TrafficAnalyticsConfigurationProperties

Constructors

TrafficAnalyticsConfigurationProperties()

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

TrafficAnalyticsConfigurationProperties(Boolean, String, String, String, Nullable<Int32>)

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

Properties

Enabled

Gets or sets flag to enable/disable traffic analytics.

TrafficAnalyticsInterval

Gets or sets the interval in minutes which would decide how frequently TA service should do flow analytics.

WorkspaceId

Gets or sets the resource guid of the attached workspace.

WorkspaceRegion

Gets or sets the location of the attached workspace.

WorkspaceResourceId

Gets or sets resource Id of the attached workspace.

Methods

Validate()

Validate the object.

Applies to