Uses of Class
com.azure.resourcemanager.network.fluent.models.TroubleshootingResultInner
Packages that use TroubleshootingResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
-
Uses of TroubleshootingResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return TroubleshootingResultInnerModifier and TypeMethodDescriptionNetworkWatchersClient.getTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.NetworkWatchersClient.getTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters, com.azure.core.util.Context context) Initiate troubleshooting 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.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type TroubleshootingResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters, com.azure.core.util.Context context) Initiate troubleshooting on a specified resource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshooting(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters, com.azure.core.util.Context context) Initiate troubleshooting on a specified resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>, TroubleshootingResultInner> NetworkWatchersClient.beginGetTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting 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) 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) 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.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.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.getTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.NetworkWatchersClient.getTroubleshootingResultAsync(String resourceGroupName, String networkWatcherName, QueryTroubleshootingParameters parameters) Get the last completed troubleshooting result on a specified resource. -
Uses of TroubleshootingResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return TroubleshootingResultInnerModifier and TypeMethodDescriptionstatic TroubleshootingResultInnerTroubleshootingResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TroubleshootingResultInner from the JsonReader.Set the code property: The result code of the troubleshooting.TroubleshootingResultInner.withEndTime(OffsetDateTime endTime) Set the endTime property: The end time of the troubleshooting.TroubleshootingResultInner.withResults(List<TroubleshootingDetails> results) Set the results property: Information from troubleshooting.TroubleshootingResultInner.withStartTime(OffsetDateTime startTime) Set the startTime property: The start time of the troubleshooting.