TrafficAnalyticsConfigurationProperties Constructors

Definition

Overloads

TrafficAnalyticsConfigurationProperties()

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

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

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

TrafficAnalyticsConfigurationProperties()

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

public TrafficAnalyticsConfigurationProperties ();
Public Sub New ()

Applies to

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

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

public TrafficAnalyticsConfigurationProperties (bool enabled, string workspaceId = default, string workspaceRegion = default, string workspaceResourceId = default, int? trafficAnalyticsInterval = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsConfigurationProperties : bool * string * string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsConfigurationProperties
Public Sub New (enabled As Boolean, Optional workspaceId As String = Nothing, Optional workspaceRegion As String = Nothing, Optional workspaceResourceId As String = Nothing, Optional trafficAnalyticsInterval As Nullable(Of Integer) = Nothing)

Parameters

enabled
Boolean

Flag to enable/disable traffic analytics.

workspaceId
String

The resource guid of the attached workspace.

workspaceRegion
String

The location of the attached workspace.

workspaceResourceId
String

Resource Id of the attached workspace.

trafficAnalyticsInterval
Nullable<Int32>

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

Applies to