Class TrafficAnalyticsConfigurationProperties
java.lang.Object
com.microsoft.azure.management.network.TrafficAnalyticsConfigurationProperties
Parameters that define the configuration of traffic analytics.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionenabled()
Get flag to enable/disable traffic analytics.Get the interval in minutes which would decide how frequently TA service should do flow analytics.withEnabled
(Boolean enabled) Set flag to enable/disable traffic analytics.withTrafficAnalyticsInterval
(Integer trafficAnalyticsInterval) Set the interval in minutes which would decide how frequently TA service should do flow analytics.withWorkspaceId
(String workspaceId) Set the resource guid of the attached workspace.withWorkspaceRegion
(String workspaceRegion) Set the location of the attached workspace.withWorkspaceResourceId
(String workspaceResourceId) Set resource Id of the attached workspace.Get the resource guid of the attached workspace.Get the location of the attached workspace.Get resource Id of the attached workspace.
-
Constructor Details
-
TrafficAnalyticsConfigurationProperties
public TrafficAnalyticsConfigurationProperties()
-
-
Method Details
-
enabled
Get flag to enable/disable traffic analytics.- Returns:
- the enabled value
-
withEnabled
Set flag to enable/disable traffic analytics.- Parameters:
enabled
- the enabled value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceId
Get the resource guid of the attached workspace.- Returns:
- the workspaceId value
-
withWorkspaceId
Set the resource guid of the attached workspace.- Parameters:
workspaceId
- the workspaceId value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceRegion
Get the location of the attached workspace.- Returns:
- the workspaceRegion value
-
withWorkspaceRegion
Set the location of the attached workspace.- Parameters:
workspaceRegion
- the workspaceRegion value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceResourceId
Get resource Id of the attached workspace.- Returns:
- the workspaceResourceId value
-
withWorkspaceResourceId
Set resource Id of the attached workspace.- Parameters:
workspaceResourceId
- the workspaceResourceId value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
trafficAnalyticsInterval
Get the interval in minutes which would decide how frequently TA service should do flow analytics.- Returns:
- the trafficAnalyticsInterval value
-
withTrafficAnalyticsInterval
public TrafficAnalyticsConfigurationProperties withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval) Set the interval in minutes which would decide how frequently TA service should do flow analytics.- Parameters:
trafficAnalyticsInterval
- the trafficAnalyticsInterval value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-