TrafficAnalyticsProperties Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. TrafficAnalyticsProperties
- com.
Implements
public final class TrafficAnalyticsProperties
implements JsonSerializable<TrafficAnalyticsProperties>
Parameters that define the configuration of traffic analytics.
Constructor Summary
Constructor | Description |
---|---|
TrafficAnalyticsProperties() |
Creates an instance of Traffic |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Traffic |
fromJson(JsonReader jsonReader)
Reads an instance of Traffic |
Traffic |
networkWatcherFlowAnalyticsConfiguration()
Get the network |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Traffic |
withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)
Set the network |
Methods inherited from java.lang.Object
Constructor Details
TrafficAnalyticsProperties
public TrafficAnalyticsProperties()
Creates an instance of TrafficAnalyticsProperties class.
Method Details
fromJson
public static TrafficAnalyticsProperties fromJson(JsonReader jsonReader)
Reads an instance of TrafficAnalyticsProperties from the JsonReader.
Parameters:
Returns:
Throws:
networkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration()
Get the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.
Returns:
toJson
validate
public void validate()
Validates the instance.
withNetworkWatcherFlowAnalyticsConfiguration
public TrafficAnalyticsProperties withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)
Set the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.
Parameters:
Returns:
Applies to
Azure SDK for Java