ArmHciModelFactory.AssemblyInfoPayload(String, String, String, String) 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.
Payload properties for Validated Solution Recipe for AzureStackHCI Cluster.
public static Azure.ResourceManager.Hci.Models.AssemblyInfoPayload AssemblyInfoPayload(string identifier = default, string hash = default, string fileName = default, string uri = default);
static member AssemblyInfoPayload : string * string * string * string -> Azure.ResourceManager.Hci.Models.AssemblyInfoPayload
Public Shared Function AssemblyInfoPayload (Optional identifier As String = Nothing, Optional hash As String = Nothing, Optional fileName As String = Nothing, Optional uri As String = Nothing) As AssemblyInfoPayload
Parameters
- identifier
- String
assembly identifier for Validated Solution Recipe for AzureStackHCI Cluster.
- hash
- String
Hash of assembly package for Validated Solution Recipe for AzureStackHCI Cluster.
- fileName
- String
File name of assembly package for Validated Solution Recipe for AzureStackHCI Cluster.
- uri
- String
Url of assembly package for Validated Solution Recipe for AzureStackHCI Cluster.
Returns
A new AssemblyInfoPayload instance for mocking.