Uses of Class
com.azure.resourcemanager.network.fluent.models.AzureReachabilityReportInner
Packages that use AzureReachabilityReportInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of AzureReachabilityReportInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return AzureReachabilityReportInnerModifier and TypeMethodDescriptionNetworkWatchersClient.getAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.NetworkWatchersClient.getAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters, com.azure.core.util.Context context) NOTE: This feature is currently in preview and still being tested for stability.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type AzureReachabilityReportInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters, com.azure.core.util.Context context) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReport(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters, com.azure.core.util.Context context) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<AzureReachabilityReportInner>, AzureReachabilityReportInner> NetworkWatchersClient.beginGetAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.NetworkWatchersClient.getAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability. -
Uses of AzureReachabilityReportInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return AzureReachabilityReportInnerModifier and TypeMethodDescriptionstatic AzureReachabilityReportInnerAzureReachabilityReportInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureReachabilityReportInner from the JsonReader.AzureReachabilityReportInner.withAggregationLevel(String aggregationLevel) Set the aggregationLevel property: The aggregation level of Azure reachability report.AzureReachabilityReportInner.withProviderLocation(AzureReachabilityReportLocation providerLocation) Set the providerLocation property: Parameters that define a geographic location.AzureReachabilityReportInner.withReachabilityReport(List<AzureReachabilityReportItem> reachabilityReport) Set the reachabilityReport property: List of Azure reachability report items.