Class TrafficAnalyticsProperties
java.lang.Object
com.microsoft.azure.management.network.TrafficAnalyticsProperties
Parameters that define the configuration of traffic analytics.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet parameters that define the configuration of traffic analytics.withNetworkWatcherFlowAnalyticsConfiguration
(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set parameters that define the configuration of traffic analytics.
-
Constructor Details
-
TrafficAnalyticsProperties
public TrafficAnalyticsProperties()
-
-
Method Details
-
networkWatcherFlowAnalyticsConfiguration
Get parameters that define the configuration of traffic analytics.- Returns:
- the networkWatcherFlowAnalyticsConfiguration value
-
withNetworkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsProperties withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set parameters that define the configuration of traffic analytics.- Parameters:
networkWatcherFlowAnalyticsConfiguration
- the networkWatcherFlowAnalyticsConfiguration value to set- Returns:
- the TrafficAnalyticsProperties object itself.
-