ArmHciModelFactory.ValidatedSolutionRecipeInfo(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.
Represents information about a validated solution recipe.
public static Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeInfo ValidatedSolutionRecipeInfo(string solutionType = default, string version = default);
static member ValidatedSolutionRecipeInfo : string * string -> Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeInfo
Public Shared Function ValidatedSolutionRecipeInfo (Optional solutionType As String = Nothing, Optional version As String = Nothing) As ValidatedSolutionRecipeInfo
Parameters
- solutionType
- String
Represents the solution type for which this validated solution recipe is applicable.
- version
- String
Represents the version for which this validated solution recipe is applicable.
Returns
A new ValidatedSolutionRecipeInfo instance for mocking.