Bagikan melalui


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.Fluent.Models.TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration);
new Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsProperties : Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsConfigurationProperties -> Microsoft.Azure.Management.Network.Fluent.Models.TrafficAnalyticsProperties
Public Sub New (networkWatcherFlowAnalyticsConfiguration As TrafficAnalyticsConfigurationProperties)

Parameters

networkWatcherFlowAnalyticsConfiguration
TrafficAnalyticsConfigurationProperties

Parameters that define the configuration of traffic analytics.

Applies to