Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportItem
-
Packages that use AzureReachabilityReportItem Package Description com.azure.resourcemanager.network.fluent.models Package containing the inner data models for NetworkManagementClient.com.azure.resourcemanager.network.models 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 AzureReachabilityReportItem Modifier and Type Method Description List<AzureReachabilityReportItem>AzureReachabilityReportInner. 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 AzureReachabilityReportItem Modifier and Type Method Description AzureReachabilityReportInnerAzureReachabilityReportInner. 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 AzureReachabilityReportItem Modifier and Type Method Description AzureReachabilityReportItemAzureReachabilityReportItem. withAzureLocation(String azureLocation)Set the azureLocation property: The Azure region.AzureReachabilityReportItemAzureReachabilityReportItem. withLatencies(List<AzureReachabilityReportLatencyInfo> latencies)Set the latencies property: List of latency details for each of the time series.AzureReachabilityReportItemAzureReachabilityReportItem. 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 AzureReachabilityReportItem Modifier and Type Method Description List<AzureReachabilityReportItem>AzureReachabilityReport. reachabilityReport()
-