| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingRecommendedActions |
TroubleshootingRecommendedActions.withActionId(String actionId)
Set iD of the recommended action.
|
TroubleshootingRecommendedActions |
TroubleshootingRecommendedActions.withActionText(String actionText)
Set description of recommended actions.
|
TroubleshootingRecommendedActions |
TroubleshootingRecommendedActions.withActionUri(String actionUri)
Set the uri linking to a documentation for the recommended troubleshooting actions.
|
TroubleshootingRecommendedActions |
TroubleshootingRecommendedActions.withActionUriText(String actionUriText)
Set the information from the URI for the recommended troubleshooting actions.
|
| Modifier and Type | Method and Description |
|---|---|
List<TroubleshootingRecommendedActions> |
TroubleshootingDetails.recommendedActions()
Get list of recommended actions.
|
| Modifier and Type | Method and Description |
|---|---|
TroubleshootingDetails |
TroubleshootingDetails.withRecommendedActions(List<TroubleshootingRecommendedActions> recommendedActions)
Set list of recommended actions.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/