ArmNetworkModelFactory.TrafficAnalyticsConfigurationProperties Method

Definition

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

enabled
Nullable<Boolean>

Flag to enable/disable traffic analytics.

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.

trafficAnalyticsIntervalInMinutes
Nullable<Int32>

The interval in minutes which would decide how frequently TA service should do flow analytics.

Returns

A new TrafficAnalyticsConfigurationProperties instance for mocking.

Applies to