Class TrafficAnalyticsProperties
java.lang.Object
com.azure.resourcemanager.network.models.TrafficAnalyticsProperties
Parameters that define the configuration of traffic analytics.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of TrafficAnalyticsProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.voidvalidate()Validates the instance.withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.
-
Constructor Details
-
TrafficAnalyticsProperties
public TrafficAnalyticsProperties()Creates an instance of TrafficAnalyticsProperties class.
-
-
Method Details
-
networkWatcherFlowAnalyticsConfiguration
Get the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.- Returns:
- the networkWatcherFlowAnalyticsConfiguration value.
-
withNetworkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsProperties withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.- Parameters:
networkWatcherFlowAnalyticsConfiguration- the networkWatcherFlowAnalyticsConfiguration value to set.- Returns:
- the TrafficAnalyticsProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-