ArmHciModelFactory.ValidatedSolutionRecipeComponent Method

Definition

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.

installOrder
Nullable<Int64>

Represents the component's install order.

tags
IEnumerable<String>

Represents the component's tags.

payloads
IEnumerable<ValidatedSolutionRecipeComponentPayload>

Represents the component's payloads.

metadata
ValidatedSolutionRecipeComponentMetadata

Represents the component's metadata.

Returns

A new ValidatedSolutionRecipeComponent instance for mocking.

Applies to