Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportLatencyInfo
Packages that use AzureReachabilityReportLatencyInfo
Package
Description
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 AzureReachabilityReportLatencyInfoModifier and TypeMethodDescriptionAzureReachabilityReportLatencyInfo.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureReachabilityReportLatencyInfo from the JsonReader.Set the score property: The relative latency score between 1 and 100, higher values indicating a faster connection.AzureReachabilityReportLatencyInfo.withTimestamp(OffsetDateTime timestamp) Set the timestamp property: The time stamp.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureReachabilityReportLatencyInfoModifier and TypeMethodDescriptionAzureReachabilityReportItem.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 AzureReachabilityReportLatencyInfoModifier and TypeMethodDescriptionAzureReachabilityReportItem.withLatencies(List<AzureReachabilityReportLatencyInfo> latencies) Set the latencies property: List of latency details for each of the time series.