Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportLatencyInfo
-
Packages that use AzureReachabilityReportLatencyInfo Package Description com.azure.resourcemanager.network.models Package containing the data models for NetworkManagementClient. -
-
Uses of AzureReachabilityReportLatencyInfo in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureReachabilityReportLatencyInfo Modifier and Type Method Description AzureReachabilityReportLatencyInfoAzureReachabilityReportLatencyInfo. withScore(Integer score)Set the score property: The relative latency score between 1 and 100, higher values indicating a faster connection.AzureReachabilityReportLatencyInfoAzureReachabilityReportLatencyInfo. withTimestamp(OffsetDateTime timestamp)Set the timestamp property: The time stamp.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureReachabilityReportLatencyInfo Modifier and Type Method Description List<AzureReachabilityReportLatencyInfo>AzureReachabilityReportItem. latencies()Get the latencies property: List of latency details for each of the time series.Method parameters in com.azure.resourcemanager.network.models with type arguments of type AzureReachabilityReportLatencyInfo Modifier and Type Method Description AzureReachabilityReportItemAzureReachabilityReportItem. withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)Set the latencies property: List of latency details for each of the time series.
-