ArmHciModelFactory.ValidatedSolutionRecipeComponentMetadata 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 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.
Indicates whether automatic upgrades of the extension are enabled.
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.