public final class TrafficAnalyticsConfigurationProperties extends Object
| Constructor and Description |
|---|
TrafficAnalyticsConfigurationProperties() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
enabled()
Get the enabled property: Flag to enable/disable traffic analytics.
|
Integer |
trafficAnalyticsInterval()
Get the trafficAnalyticsInterval property: The interval in minutes which would decide how frequently TA service
should do flow analytics.
|
void |
validate()
Validates the instance.
|
TrafficAnalyticsConfigurationProperties |
withEnabled(Boolean enabled)
Set the enabled property: Flag to enable/disable traffic analytics.
|
TrafficAnalyticsConfigurationProperties |
withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)
Set the trafficAnalyticsInterval property: The interval in minutes which would decide how frequently TA service
should do flow analytics.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceId(String workspaceId)
Set the workspaceId property: The resource guid of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceRegion(String workspaceRegion)
Set the workspaceRegion property: The location of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
withWorkspaceResourceId(String workspaceResourceId)
Set the workspaceResourceId property: Resource Id of the attached workspace.
|
String |
workspaceId()
Get the workspaceId property: The resource guid of the attached workspace.
|
String |
workspaceRegion()
Get the workspaceRegion property: The location of the attached workspace.
|
String |
workspaceResourceId()
Get the workspaceResourceId property: Resource Id of the attached workspace.
|
public TrafficAnalyticsConfigurationProperties()
public Boolean enabled()
public TrafficAnalyticsConfigurationProperties withEnabled(Boolean enabled)
enabled - the enabled value to set.public String workspaceId()
public TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceId)
workspaceId - the workspaceId value to set.public String workspaceRegion()
public TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String workspaceRegion)
workspaceRegion - the workspaceRegion value to set.public String workspaceResourceId()
public TrafficAnalyticsConfigurationProperties withWorkspaceResourceId(String workspaceResourceId)
workspaceResourceId - the workspaceResourceId value to set.public Integer trafficAnalyticsInterval()
public TrafficAnalyticsConfigurationProperties withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)
trafficAnalyticsInterval - the trafficAnalyticsInterval value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.