Share via


TrafficAnalyticsConfigurationProperties Constructors

Definition

Overloads

TrafficAnalyticsConfigurationProperties()

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

TrafficAnalyticsConfigurationProperties(Nullable<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(Nullable<Boolean>, String, String, String, Nullable<Int32>)

Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.

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

Parameters

enabled
Nullable<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