ArmResourceHealthModelFactory.ResourceHealthRecommendedAction Method
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.
Initializes a new instance of ResourceHealthRecommendedAction.
public static Azure.ResourceManager.ResourceHealth.Models.ResourceHealthRecommendedAction ResourceHealthRecommendedAction (string action = default, Uri actionUri = default, string actionUriComment = default, string actionUriText = default);
static member ResourceHealthRecommendedAction : string * Uri * string * string -> Azure.ResourceManager.ResourceHealth.Models.ResourceHealthRecommendedAction
Public Shared Function ResourceHealthRecommendedAction (Optional action As String = Nothing, Optional actionUri As Uri = Nothing, Optional actionUriComment As String = Nothing, Optional actionUriText As String = Nothing) As ResourceHealthRecommendedAction
Parameters
- action
- String
Recommended action.
- actionUri
- Uri
Link to the action.
- actionUriComment
- String
the comment for the Action.
- actionUriText
- String
Substring of action, it describes which text should host the action URL.
Returns
A new ResourceHealthRecommendedAction instance for mocking.