TrafficAnalyticsProperties Class

  • java.lang.Object
    • com.microsoft.azure.management.network.TrafficAnalyticsProperties

public class TrafficAnalyticsProperties

Parameters that define the configuration of traffic analytics.

Constructor Summary

Constructor Description
TrafficAnalyticsProperties()

Method Summary

Modifier and Type Method and Description
TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration()

Get parameters that define the configuration of traffic analytics.

TrafficAnalyticsProperties withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)

Set parameters that define the configuration of traffic analytics.

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.equals java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.hashCode java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.toString java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

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.

Applies to