| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureReachabilityReportLatencyInfo |
AzureReachabilityReportLatencyInfo.withScore(Integer score)
Set the relative latency score between 1 and 100, higher values indicating a faster connection.
|
AzureReachabilityReportLatencyInfo |
AzureReachabilityReportLatencyInfo.withTimeStamp(org.joda.time.DateTime timeStamp)
Set the time stamp.
|
| Modifier and Type | Method and Description |
|---|---|
List<AzureReachabilityReportLatencyInfo> |
AzureReachabilityReportItem.latencies()
Get list of latency details for each of the time series.
|
| Modifier and Type | Method and Description |
|---|---|
AzureReachabilityReportItem |
AzureReachabilityReportItem.withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)
Set list of latency details for each of the time series.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/