ArmAdvisorModelFactory.RecommendationShortDescription(String, String) 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.
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.