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 Details

    • TrafficAnalyticsProperties

      public TrafficAnalyticsProperties()
  • Method Details

    • networkWatcherFlowAnalyticsConfiguration

      public TrafficAnalyticsConfigurationProperties 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.