Uses of Class
com.azure.resourcemanager.network.models.QueryTroubleshootingParameters
Packages that use 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
Methods in com.azure.resourcemanager.network.fluent with parameters of type QueryTroubleshootingParametersModifier 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
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type QueryTroubleshootingParametersModifier and TypeClassDescriptionfinal classParameters that define the resource to query the troubleshooting result.Methods in com.azure.resourcemanager.network.models that return QueryTroubleshootingParametersModifier 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.