ArmConnectedVMwarevSphereModelFactory.GuestAgentProfile 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 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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET