Uses of Class
com.azure.resourcemanager.network.models.TroubleshootingParameters
Packages that use TroubleshootingParameters
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of TroubleshootingParameters in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent with parameters of type TroubleshootingParametersModifier 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, 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.NetworkWatchersClient.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.getTroubleshootingAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> NetworkWatchersClient.getTroubleshootingWithResponseAsync(String resourceGroupName, String networkWatcherName, TroubleshootingParameters parameters) Initiate troubleshooting on a specified resource. -
Uses of TroubleshootingParameters in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return TroubleshootingParametersModifier and TypeMethodDescriptionstatic TroubleshootingParametersTroubleshootingParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of TroubleshootingParameters from the JsonReader.TroubleshootingParameters.withStorageId(String storageId) Set the storageId property: The ID for the storage account to save the troubleshoot result.TroubleshootingParameters.withStoragePath(String storagePath) Set the storagePath property: The path to the blob to save the troubleshoot result in.TroubleshootingParameters.withTargetResourceId(String targetResourceId) Set the targetResourceId property: The target resource to troubleshoot.