ArmHciModelFactory.ContentPayload Method

Definition

Represents details of a specific update content payload.

public static Azure.ResourceManager.Hci.Models.ContentPayload ContentPayload(string uri = default, string hash = default, string hashAlgorithm = default, string identifier = default, string packageSizeInBytes = default, string group = default, string fileName = default);
static member ContentPayload : string * string * string * string * string * string * string -> Azure.ResourceManager.Hci.Models.ContentPayload
Public Shared Function ContentPayload (Optional uri As String = Nothing, Optional hash As String = Nothing, Optional hashAlgorithm As String = Nothing, Optional identifier As String = Nothing, Optional packageSizeInBytes As String = Nothing, Optional group As String = Nothing, Optional fileName As String = Nothing) As ContentPayload

Parameters

uri
String

Represents url of a update payload.

hash
String

Represents hash of a update payload.

hashAlgorithm
String

Represents hash algorithm of a update payload.

identifier
String

Represents identifier of a update payload.

packageSizeInBytes
String

Represents size in bytes of a update payload.

group
String

Represents the group of a update payload.

fileName
String

Represents the file name of a update payload.

Returns

A new ContentPayload instance for mocking.

Applies to