| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsProperties.networkWatcherFlowAnalyticsConfiguration()
Get parameters that define the configuration of traffic analytics.
|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsConfigurationProperties.withEnabled(Boolean enabled)
Set flag to enable/disable traffic analytics.
|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsConfigurationProperties.withTrafficAnalyticsInterval(Integer trafficAnalyticsInterval)
Set the interval in minutes which would decide how frequently TA service should do flow analytics.
|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsConfigurationProperties.withWorkspaceId(String workspaceId)
Set the resource guid of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsConfigurationProperties.withWorkspaceRegion(String workspaceRegion)
Set the location of the attached workspace.
|
TrafficAnalyticsConfigurationProperties |
TrafficAnalyticsConfigurationProperties.withWorkspaceResourceId(String workspaceResourceId)
Set resource Id of the attached workspace.
|
| Modifier and Type | Method and Description |
|---|---|
TrafficAnalyticsProperties |
TrafficAnalyticsProperties.withNetworkWatcherFlowAnalyticsConfiguration(TrafficAnalyticsConfigurationProperties networkWatcherFlowAnalyticsConfiguration)
Set parameters that define the configuration of traffic analytics.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/