ArmHciModelFactory.GuestAgentInstallStatus Method

Definition

Initializes a new instance of GuestAgentInstallStatus.

public static Azure.ResourceManager.Hci.Models.GuestAgentInstallStatus GuestAgentInstallStatus (string vmUuid = default, Azure.ResourceManager.Hci.Models.StatusType? status = default, DateTimeOffset? lastStatusChange = default, string agentVersion = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errorDetails = default);
static member GuestAgentInstallStatus : string * Nullable<Azure.ResourceManager.Hci.Models.StatusType> * Nullable<DateTimeOffset> * string * seq<Azure.ResponseError> -> Azure.ResourceManager.Hci.Models.GuestAgentInstallStatus
Public Shared Function GuestAgentInstallStatus (Optional vmUuid As String = Nothing, Optional status As Nullable(Of StatusType) = Nothing, Optional lastStatusChange As Nullable(Of DateTimeOffset) = Nothing, Optional agentVersion As String = Nothing, Optional errorDetails As IEnumerable(Of ResponseError) = Nothing) As GuestAgentInstallStatus

Parameters

vmUuid
String

Specifies the VM's unique SMBIOS ID.

status
Nullable<StatusType>

The installation status of the hybrid machine agent installation.

lastStatusChange
Nullable<DateTimeOffset>

The time of the last status change.

agentVersion
String

The hybrid machine agent full version.

errorDetails
IEnumerable<ResponseError>

Details about the error state.

Returns

A new GuestAgentInstallStatus instance for mocking.

Applies to