ArmHciModelFactory.PlatformUpdateDetails Method

Definition

Represents details of a specific platform update.

public static Azure.ResourceManager.Hci.Models.PlatformUpdateDetails PlatformUpdateDetails(string validatedSolutionRecipeVersion = default, string platformVersion = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.Hci.Models.PlatformPayload> platformPayloads = default);
static member PlatformUpdateDetails : string * string * seq<Azure.ResourceManager.Hci.Models.PlatformPayload> -> Azure.ResourceManager.Hci.Models.PlatformUpdateDetails
Public Shared Function PlatformUpdateDetails (Optional validatedSolutionRecipeVersion As String = Nothing, Optional platformVersion As String = Nothing, Optional platformPayloads As IEnumerable(Of PlatformPayload) = Nothing) As PlatformUpdateDetails

Parameters

validatedSolutionRecipeVersion
String

Represents validated solution recipe version of a platform update.

platformVersion
String

Represents version of a platform update.

platformPayloads
IEnumerable<PlatformPayload>

Represents the platform payloads of a platform update.

Returns

A new PlatformUpdateDetails instance for mocking.

Applies to