public class TrafficAnalyticsConfigurationProperties extends Object
| Constructor and Description |
|---|
TrafficAnalyticsConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled()
Get flag to enable/disable traffic analytics.
|
Integer |
trafficAnalyticsInterval()
Get the interval in minutes which would decide how frequently TA service should do flow analytics.
|
TrafficAnalyticsConfigurationProperties |
withEnabled(boolean enabled)
Set flag to enable/disable traffic analytics.
|
TrafficAnalyticsConfigurationProperties |
withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)
Set the interval in minutes which would decide how frequently TA service should do flow analytics.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceId(String workspaceId)
Set the resource guid of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceRegion(String workspaceRegion)
Set the location of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceResourceId(String workspaceResourceId)
Set resource Id of the attached workspace.
|
String |
workspaceId()
Get the resource guid of the attached workspace.
|
String |
workspaceRegion()
Get the location of the attached workspace.
|
String |
workspaceResourceId()
Get resource Id of the attached workspace.
|
public TrafficAnalyticsConfigurationProperties()
public boolean enabled()
public TrafficAnalyticsConfigurationProperties withEnabled(boolean enabled)
enabled - the enabled value to setpublic String workspaceId()
public TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceId)
workspaceId - the workspaceId value to setpublic String workspaceRegion()
public TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String workspaceRegion)
workspaceRegion - the workspaceRegion value to setpublic String workspaceResourceId()
public TrafficAnalyticsConfigurationProperties withWorkspaceResourceId(String workspaceResourceId)
workspaceResourceId - the workspaceResourceId value to setpublic Integer trafficAnalyticsInterval()
public TrafficAnalyticsConfigurationProperties withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)
trafficAnalyticsInterval - the trafficAnalyticsInterval value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/