ArmAdvisorModelFactory.RecommendationShortDescription(String, String) Method

Definition

A summary of the recommendation.

public static Azure.ResourceManager.Advisor.Models.RecommendationShortDescription RecommendationShortDescription(string problem = default, string solution = default);
static member RecommendationShortDescription : string * string -> Azure.ResourceManager.Advisor.Models.RecommendationShortDescription
Public Shared Function RecommendationShortDescription (Optional problem As String = Nothing, Optional solution As String = Nothing) As RecommendationShortDescription

Parameters

problem
String

The issue or opportunity identified by the recommendation and proposed solution.

solution
String

The issue or opportunity identified by the recommendation and proposed solution.

Returns

A new RecommendationShortDescription instance for mocking.

Applies to