Traffic Analytics Configuration Properties Args
data class TrafficAnalyticsConfigurationPropertiesArgs(val enabled: Output<Boolean>? = null, val trafficAnalyticsInterval: Output<Int>? = null, val workspaceId: Output<String>? = null, val workspaceRegion: Output<String>? = null, val workspaceResourceId: Output<String>? = null) : ConvertibleToJava<TrafficAnalyticsConfigurationPropertiesArgs>
Parameters that define the configuration of traffic analytics.
Constructors
Properties
Link copied to clipboard
The interval in minutes which would decide how frequently TA service should do flow analytics.
Link copied to clipboard
The resource guid of the attached workspace.
Link copied to clipboard
The location of the attached workspace.
Link copied to clipboard
Resource Id of the attached workspace.