| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingDetails |
TroubleshootingDetails.withDetail(String detail)
Set details on troubleshooting results.
|
TroubleshootingDetails |
TroubleshootingDetails.withId(String id)
Set the id of the get troubleshoot operation.
|
TroubleshootingDetails |
TroubleshootingDetails.withReasonType(String reasonType)
Set reason type of failure.
|
TroubleshootingDetails |
TroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set list of recommended actions.
|
TroubleshootingDetails |
TroubleshootingDetails.withSummary(String summary)
Set a summary of troubleshooting.
|
| Modifier and Type | Method and Description |
|---|---|
List<TroubleshootingDetails> |
Troubleshooting.results() |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/