Uses of Class
com.azure.resourcemanager.network.models.AzureReachabilityReportParameters
Packages that use AzureReachabilityReportParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of AzureReachabilityReportParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type AzureReachabilityReportParametersModifier 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, 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.NetworkWatchersClient.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.NetworkWatchersClient.getAzureReachabilityReportAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkWatchersClient.getAzureReachabilityReportWithResponseAsync(String resourceGroupName, String networkWatcherName, AzureReachabilityReportParameters parameters) NOTE: This feature is currently in preview and still being tested for stability. -
Uses of AzureReachabilityReportParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return AzureReachabilityReportParametersModifier and TypeMethodDescriptionAzureReachabilityReport.azureReachabilityReportParameters()Gets parameters used to query available internet providers.AzureReachabilityReportParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureReachabilityReportParameters from the JsonReader.AzureReachabilityReportParameters.withAzureLocations(List<String> azureLocations) Set the azureLocations property: Optional Azure regions to scope the query to.AzureReachabilityReportParameters.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time for the Azure reachability report.AzureReachabilityReportParameters.withProviderLocation(AzureReachabilityReportLocation providerLocation) Set the providerLocation property: Parameters that define a geographic location.AzureReachabilityReportParameters.withProviders(List<String> providers) Set the providers property: List of Internet service providers.AzureReachabilityReportParameters.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time for the Azure reachability report.