ArmMigrationAssessmentModelFactory.SqlRecommendationReasoningContext 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 SqlRecommendationReasoningContext.
public static Azure.ResourceManager.Migration.Assessment.Models.SqlRecommendationReasoningContext SqlRecommendationReasoningContext(string contextKey = default, string contextValue = default);
static member SqlRecommendationReasoningContext : string * string -> Azure.ResourceManager.Migration.Assessment.Models.SqlRecommendationReasoningContext
Public Shared Function SqlRecommendationReasoningContext (Optional contextKey As String = Nothing, Optional contextValue As String = Nothing) As SqlRecommendationReasoningContext
Parameters
- contextKey
- String
Gets the reasoning context key.
- contextValue
- String
Gets the reasoning context value.
Returns
A new SqlRecommendationReasoningContext instance for mocking.