Class TrafficAnalyticsConfigurationProperties
- java.lang.Object
-
- com.microsoft.azure.management.network.TrafficAnalyticsConfigurationProperties
-
public class TrafficAnalyticsConfigurationProperties extends Object
Parameters that define the configuration of traffic analytics.
-
-
Constructor Summary
Constructors Constructor Description TrafficAnalyticsConfigurationProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanenabled()Get the enabled value.TrafficAnalyticsConfigurationPropertieswithEnabled(boolean enabled)Set the enabled value.TrafficAnalyticsConfigurationPropertieswithWorkspaceId(String workspaceId)Set the workspaceId value.TrafficAnalyticsConfigurationPropertieswithWorkspaceRegion(String workspaceRegion)Set the workspaceRegion value.TrafficAnalyticsConfigurationPropertieswithWorkspaceResourceId(String workspaceResourceId)Set the workspaceResourceId value.StringworkspaceId()Get the workspaceId value.StringworkspaceRegion()Get the workspaceRegion value.StringworkspaceResourceId()Get the workspaceResourceId value.
-
-
-
Method Detail
-
enabled
public boolean enabled()
Get the enabled value.- Returns:
- the enabled value
-
withEnabled
public TrafficAnalyticsConfigurationProperties withEnabled(boolean enabled)
Set the enabled value.- Parameters:
enabled- the enabled value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceId
public String workspaceId()
Get the workspaceId value.- Returns:
- the workspaceId value
-
withWorkspaceId
public TrafficAnalyticsConfigurationProperties withWorkspaceId(String workspaceId)
Set the workspaceId value.- Parameters:
workspaceId- the workspaceId value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceRegion
public String workspaceRegion()
Get the workspaceRegion value.- Returns:
- the workspaceRegion value
-
withWorkspaceRegion
public TrafficAnalyticsConfigurationProperties withWorkspaceRegion(String workspaceRegion)
Set the workspaceRegion value.- Parameters:
workspaceRegion- the workspaceRegion value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
workspaceResourceId
public String workspaceResourceId()
Get the workspaceResourceId value.- Returns:
- the workspaceResourceId value
-
withWorkspaceResourceId
public TrafficAnalyticsConfigurationProperties withWorkspaceResourceId(String workspaceResourceId)
Set the workspaceResourceId value.- Parameters:
workspaceResourceId- the workspaceResourceId value to set- Returns:
- the TrafficAnalyticsConfigurationProperties object itself.
-
-