TrafficAnalyticsConfigurationProperties Constructors
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.
Overloads
TrafficAnalyticsConfigurationProperties() |
Initializes a new instance of the TrafficAnalyticsConfigurationProperties class. |
TrafficAnalyticsConfigurationProperties(Nullable<Boolean>, String, String, String, Nullable<Int32>) |
Initializes a new instance of the TrafficAnalyticsConfigurationProperties class. |
TrafficAnalyticsConfigurationProperties()
Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.
public TrafficAnalyticsConfigurationProperties ();
Public Sub New ()
Applies to
TrafficAnalyticsConfigurationProperties(Nullable<Boolean>, String, String, String, Nullable<Int32>)
Initializes a new instance of the TrafficAnalyticsConfigurationProperties class.
public TrafficAnalyticsConfigurationProperties (bool? enabled = default, string workspaceId = default, string workspaceRegion = default, string workspaceResourceId = default, int? trafficAnalyticsInterval = default);
new Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.TrafficAnalyticsConfigurationProperties : Nullable<bool> * string * string * string * Nullable<int> -> Microsoft.Azure.PowerShell.Cmdlets.Websites.Helper.Network.Models.TrafficAnalyticsConfigurationProperties
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing, Optional workspaceId As String = Nothing, Optional workspaceRegion As String = Nothing, Optional workspaceResourceId As String = Nothing, Optional trafficAnalyticsInterval As Nullable(Of Integer) = Nothing)
Parameters
- workspaceId
- String
The resource guid of the attached workspace.
- workspaceRegion
- String
The location of the attached workspace.
- workspaceResourceId
- String
Resource Id of the attached workspace.
The interval in minutes which would decide how frequently TA service should do flow analytics.