Class TrafficAnalyticsProperties
- java.lang.Object
-
- com.microsoft.azure.management.network.TrafficAnalyticsProperties
-
public class TrafficAnalyticsProperties extends Object
Parameters that define the configuration of traffic analytics.
-
-
Constructor Summary
Constructors Constructor Description TrafficAnalyticsProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TrafficAnalyticsConfigurationPropertiesnetworkWatcherFlowAnalyticsConfiguration()Get the networkWatcherFlowAnalyticsConfiguration value.TrafficAnalyticsPropertieswithNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)Set the networkWatcherFlowAnalyticsConfiguration value.
-
-
-
Method Detail
-
networkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration()
Get the networkWatcherFlowAnalyticsConfiguration value.- Returns:
- the networkWatcherFlowAnalyticsConfiguration value
-
withNetworkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsProperties withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)
Set the networkWatcherFlowAnalyticsConfiguration value.- Parameters:
networkWatcherFlowAnalyticsConfiguration- the networkWatcherFlowAnalyticsConfiguration value to set- Returns:
- the TrafficAnalyticsProperties object itself.
-
-