ArmHciModelFactory.ValidatedSolutionRecipeComponentPayload 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 payloads associated with a component available in a validated solution recipe.
public static Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload ValidatedSolutionRecipeComponentPayload(string identifier = default, string hash = default, string fileName = default, string uri = default);
static member ValidatedSolutionRecipeComponentPayload : string * string * string * string -> Azure.ResourceManager.Hci.Models.ValidatedSolutionRecipeComponentPayload
Public Shared Function ValidatedSolutionRecipeComponentPayload (Optional identifier As String = Nothing, Optional hash As String = Nothing, Optional fileName As String = Nothing, Optional uri As String = Nothing) As ValidatedSolutionRecipeComponentPayload
Parameters
- identifier
- String
Represents the unique identifier of the payload used to query the URL.
- hash
- String
Represents the cryptographic hash of the payload, ensuring data integrity.
- fileName
- String
Represents the name of the file associated with the payload.
- uri
- String
Represents the URL from which the payload can be downloaded.
Returns
A new ValidatedSolutionRecipeComponentPayload instance for mocking.