ArmHciModelFactory.ValidatedSolutionRecipeInfo(String, String) Method

Definition

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.

Applies to