Uses of Class
com.azure.resourcemanager.network.models.TrafficAnalyticsConfigurationProperties
Packages that use TrafficAnalyticsConfigurationProperties
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of TrafficAnalyticsConfigurationProperties in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TrafficAnalyticsConfigurationPropertiesModifier and TypeMethodDescriptionTrafficAnalyticsConfigurationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TrafficAnalyticsConfigurationProperties from the JsonReader.TrafficAnalyticsProperties.networkWatcherFlowAnalyticsConfiguration()Get the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.TrafficAnalyticsConfigurationProperties.withEnabled(Boolean enabled) Set the enabled property: Flag to enable/disable traffic analytics.TrafficAnalyticsConfigurationProperties.withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval) Set the trafficAnalyticsInterval property: The interval in minutes which would decide how frequently TA service should do flow analytics.TrafficAnalyticsConfigurationProperties.withWorkspaceId(String workspaceId) Set the workspaceId property: The resource guid of the attached workspace.TrafficAnalyticsConfigurationProperties.withWorkspaceRegion(String workspaceRegion) Set the workspaceRegion property: The location of the attached workspace.TrafficAnalyticsConfigurationProperties.withWorkspaceResourceId(String workspaceResourceId) Set the workspaceResourceId property: Resource Id of the attached workspace.Methods in com.azure.resourcemanager.network.models with parameters of type TrafficAnalyticsConfigurationPropertiesModifier and TypeMethodDescriptionTrafficAnalyticsProperties.withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set the networkWatcherFlowAnalyticsConfiguration property: Parameters that define the configuration of traffic analytics.