ArmHciModelFactory.ValidatedSolutionRecipeProperties 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 properties of a validated solution recipe resource.
public static Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeProperties ValidatedSolutionRecipeProperties(Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeContent recipeContent = default, string signature = default);
static member ValidatedSolutionRecipeProperties : Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeContent * string -> Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeProperties
Public Shared Function ValidatedSolutionRecipeProperties (Optional recipeContent As ValidatedSolutionRecipeContent = Nothing, Optional signature As String = Nothing) As ValidatedSolutionRecipeProperties
Parameters
- recipeContent
- ValidatedSolutionRecipeContent
Represents contents of a validated solution recipe.
- signature
- String
Represents the signature of the recipe, to be used for ensuring its integrity.
Returns
A new ValidatedSolutionRecipeProperties instance for mocking.