Share via


ArmConnectedVMwarevSphereModelFactory.GuestAgentProfile Method

Definition

Initializes a new instance of GuestAgentProfile.

public static Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProfile GuestAgentProfile (string vmUuid = default, Azure.ResourceManager.ConnectedVMwarevSphere.Models.StatusType? status = default, DateTimeOffset? lastStatusChange = default, string agentVersion = default, System.Collections.Generic.IEnumerable<Azure.ResponseError> errorDetails = default);
static member GuestAgentProfile : string * Nullable<Azure.ResourceManager.ConnectedVMwarevSphere.Models.StatusType> * Nullable<DateTimeOffset> * string * seq<Azure.ResponseError> -> Azure.ResourceManager.ConnectedVMwarevSphere.Models.GuestAgentProfile
Public Shared Function GuestAgentProfile (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 GuestAgentProfile

Parameters

vmUuid
String

Specifies the VM's unique SMBIOS ID.

status
Nullable<StatusType>

The status of the hybrid machine agent.

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 GuestAgentProfile instance for mocking.

Applies to