| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.PollerFlux<com.azure.core.management.polling.PollResult<TroubleshootingResultInner>,TroubleshootingResultInner> |
NetworkWatchersClient.beginGetTroubleshootingAsync(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
TroubleshootingResultInner |
NetworkWatchersClient.getTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters)
Initiate troubleshooting on a specified resource.
|
TroubleshootingResultInner |
NetworkWatchersClient.getTroubleshooting(String resourceGroupName,
String networkWatcherName,
TroubleshootingParameters parameters,
com.azure.core.util.Context context)
Initiate troubleshooting on a specified resource.
|
Mono<TroubleshootingResultInner> |
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.
|
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingParameters |
TroubleshootingParameters.withStorageId(String storageId)
Set the storageId property: The ID for the storage account to save the troubleshoot result.
|
TroubleshootingParameters |
TroubleshootingParameters.withStoragePath(String storagePath)
Set the storagePath property: The path to the blob to save the troubleshoot result in.
|
TroubleshootingParameters |
TroubleshootingParameters.withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The target resource to troubleshoot.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.