TroubleshootingRecommendedActions Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
TroubleshootingRecommendedActions() |
Initializes a new instance of the TroubleshootingRecommendedActions class. |
TroubleshootingRecommendedActions(String, String, String, String) |
Initializes a new instance of the TroubleshootingRecommendedActions class. |
TroubleshootingRecommendedActions()
Initializes a new instance of the TroubleshootingRecommendedActions class.
public TroubleshootingRecommendedActions ();
Public Sub New ()
Applies to
TroubleshootingRecommendedActions(String, String, String, String)
Initializes a new instance of the TroubleshootingRecommendedActions class.
public TroubleshootingRecommendedActions (string actionId = default, string actionText = default, string actionUri = default, string actionUriText = default);
new Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingRecommendedActions : string * string * string * string -> Microsoft.Azure.Management.Network.Fluent.Models.TroubleshootingRecommendedActions
Public Sub New (Optional actionId As String = Nothing, Optional actionText As String = Nothing, Optional actionUri As String = Nothing, Optional actionUriText As String = Nothing)
Parameters
- actionId
- String
ID of the recommended action.
- actionText
- String
Description of recommended actions.
- actionUri
- String
The uri linking to a documentation for the recommended troubleshooting actions.
- actionUriText
- String
The information from the URI for the recommended troubleshooting actions.