Uses of Class
com.microsoft.azure.management.network.TrafficAnalyticsConfigurationProperties
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of TrafficAnalyticsConfigurationProperties in com.microsoft.azure.management.network
Modifier and TypeMethodDescriptionTrafficAnalyticsProperties.networkWatcherFlowAnalyticsConfiguration()
Get parameters that define the configuration of traffic analytics.TrafficAnalyticsConfigurationProperties.withEnabled
(Boolean enabled) Set flag to enable/disable traffic analytics.TrafficAnalyticsConfigurationProperties.withTrafficAnalyticsInterval
(Integer trafficAnalyticsInterval) Set the interval in minutes which would decide how frequently TA service should do flow analytics.TrafficAnalyticsConfigurationProperties.withWorkspaceId
(String workspaceId) Set the resource guid of the attached workspace.TrafficAnalyticsConfigurationProperties.withWorkspaceRegion
(String workspaceRegion) Set the location of the attached workspace.TrafficAnalyticsConfigurationProperties.withWorkspaceResourceId
(String workspaceResourceId) Set resource Id of the attached workspace.Modifier and TypeMethodDescriptionTrafficAnalyticsProperties.withNetworkWatcherFlowAnalyticsConfiguration
(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration) Set parameters that define the configuration of traffic analytics.