Uses of Class
com.azure.resourcemanager.network.models.QueryTroubleshootingParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of QueryTroubleshootingParameters in com.azure.resourcemanager.network.fluent
Modifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,
TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshootingResult
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,
TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshootingResult
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters, com.azure.core.util.Context context) Get the last completed troubleshooting result on a specified resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,
TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshootingResultAsync
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource.NetworkWatchersClient.getTroubleshootingResult
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource.NetworkWatchersClient.getTroubleshootingResult
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters, com.azure.core.util.Context context) Get the last completed troubleshooting result on a specified resource.NetworkWatchersClient.getTroubleshootingResultAsync
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>
NetworkWatchersClient.getTroubleshootingResultWithResponseAsync
(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource. -
Uses of QueryTroubleshootingParameters in com.azure.resourcemanager.network.models
Modifier and TypeMethodDescriptionQueryTroubleshootingParameters.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of QueryTroubleshootingParameters from the JsonReader.QueryTroubleshootingParameters.withTargetResourceId
(String targetResourceId) Set the targetResourceId property: The target resource ID to query the troubleshooting result.