ValidatedSolutionRecipeComponentPayload 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 payloads associated with a component available in a validated solution recipe.
public class ValidatedSolutionRecipeComponentPayload : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload>
type ValidatedSolutionRecipeComponentPayload = class
interface IJsonModel<ValidatedSolutionRecipeComponentPayload>
interface IPersistableModel<ValidatedSolutionRecipeComponentPayload>
Public Class ValidatedSolutionRecipeComponentPayload
Implements IJsonModel(Of ValidatedSolutionRecipeComponentPayload), IPersistableModel(Of ValidatedSolutionRecipeComponentPayload)
- Inheritance
-
ValidatedSolutionRecipeComponentPayload
- Implements
Properties
| Name | Description |
|---|---|
| FileName |
Represents the name of the file associated with the payload. |
| Hash |
Represents the cryptographic hash of the payload, ensuring data integrity. |
| Identifier |
Represents the unique identifier of the payload used to query the URL. |
| Uri |
Represents the URL from which the payload can be downloaded. |