Share via


TrafficAnalyticsProperties Constructors

Definition

Overloads

TrafficAnalyticsProperties()

Initializes a new instance of the TrafficAnalyticsProperties class.

TrafficAnalyticsProperties(TrafficAnalyticsConfigurationProperties)

Initializes a new instance of the TrafficAnalyticsProperties class.

TrafficAnalyticsProperties()

Initializes a new instance of the TrafficAnalyticsProperties class.

public TrafficAnalyticsProperties ();
Public Sub New ()

Applies to

TrafficAnalyticsProperties(TrafficAnalyticsConfigurationProperties)

Initializes a new instance of the TrafficAnalyticsProperties class.

public TrafficAnalyticsProperties (Microsoft.Azure.Management.Network.Models.TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration = default);
new Microsoft.Azure.Management.Network.Models.TrafficAnalyticsProperties : Microsoft.Azure.Management.Network.Models.TrafficAnalyticsConfigurationProperties -> Microsoft.Azure.Management.Network.Models.TrafficAnalyticsProperties
Public Sub New (Optional networkWatcherFlowAnalyticsConfiguration As TrafficAnalyticsConfigurationProperties = Nothing)

Parameters

networkWatcherFlowAnalyticsConfiguration
TrafficAnalyticsConfigurationProperties

Parameters that define the configuration of traffic analytics.

Applies to