Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportItem
Packages that use AzureReachabilityReportItem
Package
Description
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureReachabilityReportItem in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return types with arguments of type AzureReachabilityReportItemModifier and TypeMethodDescriptionAzureReachabilityReportInner.reachabilityReport()Get the reachabilityReport property: List of Azure reachability report items.Method parameters in com.azure.resourcemanager.network.fluent.models with type arguments of type AzureReachabilityReportItemModifier and TypeMethodDescriptionAzureReachabilityReportInner.withReachabilityReport(List<AzureReachabilityReportItem> reachabilityReport) Set the reachabilityReport property: List of Azure reachability report items. -
Uses of AzureReachabilityReportItem in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureReachabilityReportItemModifier and TypeMethodDescriptionstatic AzureReachabilityReportItemAzureReachabilityReportItem.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureReachabilityReportItem from the JsonReader.AzureReachabilityReportItem.withAzureLocation(String azureLocation) Set the azureLocation property: The Azure region.AzureReachabilityReportItem.withLatencies(List<AzureReachabilityReportLatencyInfo> latencies) Set the latencies property: List of latency details for each of the time series.AzureReachabilityReportItem.withProvider(String provider) Set the provider property: The Internet service provider.Methods in com.azure.resourcemanager.network.models that return types with arguments of type AzureReachabilityReportItemModifier and TypeMethodDescriptionAzureReachabilityReport.reachabilityReport()Gets list of Azure reachability report items.