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