ArmHciModelFactory.GuestAgentInstallStatus 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.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET