ArmHciModelFactory.ValidatedSolutionRecipeComponent 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 component available in a validated solution recipe.
public static Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponent ValidatedSolutionRecipeComponent(string name = default, string type = default, string requiredVersion = default, long? installOrder = default, System.Collections.Generic.IEnumerable<string> tags = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload> payloads = default, Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentMetadata metadata = default);
static member ValidatedSolutionRecipeComponent : string * string * string * Nullable<int64> * seq<string> * seq<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload> * Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentMetadata -> Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponent
Public Shared Function ValidatedSolutionRecipeComponent (Optional name As String = Nothing, Optional type As String = Nothing, Optional requiredVersion As String = Nothing, Optional installOrder As Nullable(Of Long) = Nothing, Optional tags As IEnumerable(Of String) = Nothing, Optional payloads As IEnumerable(Of ValidatedSolutionRecipeComponentPayload) = Nothing, Optional metadata As ValidatedSolutionRecipeComponentMetadata = Nothing) As ValidatedSolutionRecipeComponent
Parameters
- name
- String
Represents the component's name.
- type
- String
Represents the component's type.
- requiredVersion
- String
Represents the component's required version.
- tags
- IEnumerable<String>
Represents the component's tags.
Represents the component's payloads.
Represents the component's metadata.
Returns
A new ValidatedSolutionRecipeComponent instance for mocking.