| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.ResourceManager.Network.Models |
| | 9 | | { |
| | 10 | | /// <summary> Recommended actions based on discovered issues. </summary> |
| | 11 | | public partial class TroubleshootingRecommendedActions |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of TroubleshootingRecommendedActions. </summary> |
| 0 | 14 | | internal TroubleshootingRecommendedActions() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of TroubleshootingRecommendedActions. </summary> |
| | 19 | | /// <param name="actionId"> ID of the recommended action. </param> |
| | 20 | | /// <param name="actionText"> Description of recommended actions. </param> |
| | 21 | | /// <param name="actionUri"> The uri linking to a documentation for the recommended troubleshooting actions. </p |
| | 22 | | /// <param name="actionUriText"> The information from the URI for the recommended troubleshooting actions. </par |
| 0 | 23 | | internal TroubleshootingRecommendedActions(string actionId, string actionText, string actionUri, string actionUr |
| | 24 | | { |
| 0 | 25 | | ActionId = actionId; |
| 0 | 26 | | ActionText = actionText; |
| 0 | 27 | | ActionUri = actionUri; |
| 0 | 28 | | ActionUriText = actionUriText; |
| 0 | 29 | | } |
| | 30 | |
|
| | 31 | | /// <summary> ID of the recommended action. </summary> |
| 0 | 32 | | public string ActionId { get; } |
| | 33 | | /// <summary> Description of recommended actions. </summary> |
| 0 | 34 | | public string ActionText { get; } |
| | 35 | | /// <summary> The uri linking to a documentation for the recommended troubleshooting actions. </summary> |
| 0 | 36 | | public string ActionUri { get; } |
| | 37 | | /// <summary> The information from the URI for the recommended troubleshooting actions. </summary> |
| 0 | 38 | | public string ActionUriText { get; } |
| | 39 | | } |
| | 40 | | } |