ArmNetworkModelFactory.TrafficAnalyticsConfigurationProperties Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties TrafficAnalyticsConfigurationProperties(bool? enabled = default, string workspaceId = default, string workspaceRegion = default, Azure.Core.ResourceIdentifier workspaceResourceId = default, int? trafficAnalyticsIntervalInMinutes = default);
static member TrafficAnalyticsConfigurationProperties : Nullable<bool> * string * string * Azure.Core.ResourceIdentifier * Nullable<int> -> Azure.ResourceManager.Network.Models.TrafficAnalyticsConfigurationProperties
Public Shared Function TrafficAnalyticsConfigurationProperties (Optional enabled As Nullable(Of Boolean) = Nothing, Optional workspaceId As String = Nothing, Optional workspaceRegion As String = Nothing, Optional workspaceResourceId As ResourceIdentifier = Nothing, Optional trafficAnalyticsIntervalInMinutes As Nullable(Of Integer) = Nothing) As TrafficAnalyticsConfigurationProperties
Parameters
- workspaceId
- String
The resource guid of the attached workspace.
- workspaceRegion
- String
The location of the attached workspace.
- workspaceResourceId
- ResourceIdentifier
Resource Id of the attached workspace.
The interval in minutes which would decide how frequently TA service should do flow analytics.
Returns
A new TrafficAnalyticsConfigurationProperties instance for mocking.