| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent |
Package containing the service clients for NetworkManagementClient.
|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
TroubleshootingResultInner |
NetworkWatchersClient.getTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId)
Get the last completed troubleshooting result on a specified resource.
|
TroubleshootingResultInner |
NetworkWatchersClient.getTroubleshootingResult(String resourceGroupName,
String networkWatcherName,
String targetResourceId,
com.azure.core.util.Context context)
Get the last completed troubleshooting result on a specified resource.
|
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingResultInner |
TroubleshootingResultInner.withCode(String code)
Set the code property: The result code of the troubleshooting.
|
TroubleshootingResultInner |
TroubleshootingResultInner.withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time of the troubleshooting.
|
TroubleshootingResultInner |
TroubleshootingResultInner.withResults(List<TroubleshootingDetails> results)
Set the results property: Information from troubleshooting.
|
TroubleshootingResultInner |
TroubleshootingResultInner.withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time of the troubleshooting.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.