Uses of Class
com.microsoft.azure.management.network.AzureReachabilityReportLatencyInfo
-
Packages that use AzureReachabilityReportLatencyInfo Package Description com.microsoft.azure.management.network This package contains the classes for NetworkManagementClient. -
-
Uses of AzureReachabilityReportLatencyInfo in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return AzureReachabilityReportLatencyInfo Modifier and Type Method Description AzureReachabilityReportLatencyInfoAzureReachabilityReportLatencyInfo. withScore(Integer score)Set the score value.AzureReachabilityReportLatencyInfoAzureReachabilityReportLatencyInfo. withTimeStamp(org.joda.time.DateTime timeStamp)Set the timeStamp value.Methods in com.microsoft.azure.management.network that return types with arguments of type AzureReachabilityReportLatencyInfo Modifier and Type Method Description List<AzureReachabilityReportLatencyInfo>AzureReachabilityReportItem. latencies()Get the latencies value.Method parameters in com.microsoft.azure.management.network with type arguments of type AzureReachabilityReportLatencyInfo Modifier and Type Method Description AzureReachabilityReportItemAzureReachabilityReportItem. withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)Set the latencies value.
-