ArmHciModelFactory.ValidatedSolutionRecipeComponentMetadata Method

Definition

Represents metadata associated with a component available in a validated solution recipe.

public static Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentMetadata ValidatedSolutionRecipeComponentMetadata(string extensionType = default, string publisher = default, bool? enableAutomaticUpgrade = default, bool? lcmUpdate = default, string catalog = default, string ring = default, string releaseTrain = default, string link = default, string name = default, string expectedHash = default, string previewSource = default);
static member ValidatedSolutionRecipeComponentMetadata : string * string * Nullable<bool> * Nullable<bool> * string * string * string * string * string * string * string -> Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentMetadata
Public Shared Function ValidatedSolutionRecipeComponentMetadata (Optional extensionType As String = Nothing, Optional publisher As String = Nothing, Optional enableAutomaticUpgrade As Nullable(Of Boolean) = Nothing, Optional lcmUpdate As Nullable(Of Boolean) = Nothing, Optional catalog As String = Nothing, Optional ring As String = Nothing, Optional releaseTrain As String = Nothing, Optional link As String = Nothing, Optional name As String = Nothing, Optional expectedHash As String = Nothing, Optional previewSource As String = Nothing) As ValidatedSolutionRecipeComponentMetadata

Parameters

extensionType
String

Represents the type of extension.

publisher
String

Represents the publisher of the extension.

enableAutomaticUpgrade
Nullable<Boolean>

Indicates whether automatic upgrades of the extension are enabled.

lcmUpdate
Nullable<Boolean>

Indicates whether the LCM (Lifecycle Management) update of the extension is enabled.

catalog
String

Specifies the catalog to which the extension belongs.

ring
String

Specifies the ring to which the extension belongs, internally used by component.

releaseTrain
String

Specifies the release train to which given component belongs.

link
String

Specifies the link associated with the extension.

name
String

Specifies the name of the extension.

expectedHash
String

Specifies the expected hash of the extension.

previewSource
String

Specifies the preview source of the extension.

Returns

A new ValidatedSolutionRecipeComponentMetadata instance for mocking.

Applies to