ValidatedSolutionRecipeComponent Class
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 class ValidatedSolutionRecipeComponent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponent>
type ValidatedSolutionRecipeComponent = class
interface IJsonModel<ValidatedSolutionRecipeComponent>
interface IPersistableModel<ValidatedSolutionRecipeComponent>
Public Class ValidatedSolutionRecipeComponent
Implements IJsonModel(Of ValidatedSolutionRecipeComponent), IPersistableModel(Of ValidatedSolutionRecipeComponent)
- Inheritance
-
ValidatedSolutionRecipeComponent
- Implements
Properties
| Name | Description |
|---|---|
| InstallOrder |
Represents the component's install order. |
| Metadata |
Represents the component's metadata. |
| Name |
Represents the component's name. |
| Payloads |
Represents the component's payloads. |
| RequiredVersion |
Represents the component's required version. |
| Tags |
Represents the component's tags. |
| Type |
Represents the component's type. |