Freigeben über


ArmHybridComputeModelFactory.MachineAssessPatchesResult Methode

Definition

Initialisiert eine neue instance von MachineAssessPatchesResult.

public static Azure.ResourceManager.HybridCompute.Models.MachineAssessPatchesResult MachineAssessPatchesResult (Azure.ResourceManager.HybridCompute.Models.PatchOperationStatus? status = default, Guid? assessmentActivityId = default, bool? rebootPending = default, Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification availablePatchCountByClassification = default, DateTimeOffset? startOn = default, DateTimeOffset? lastModifiedOn = default, Azure.ResourceManager.HybridCompute.Models.PatchOperationStartedBy? startedBy = default, Azure.ResourceManager.HybridCompute.Models.PatchServiceUsed? patchServiceUsed = default, Azure.ResourceManager.HybridCompute.Models.OSType? osType = default, Azure.ResponseError errorDetails = default);
static member MachineAssessPatchesResult : Nullable<Azure.ResourceManager.HybridCompute.Models.PatchOperationStatus> * Nullable<Guid> * Nullable<bool> * Azure.ResourceManager.HybridCompute.Models.AvailablePatchCountByClassification * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Nullable<Azure.ResourceManager.HybridCompute.Models.PatchOperationStartedBy> * Nullable<Azure.ResourceManager.HybridCompute.Models.PatchServiceUsed> * Nullable<Azure.ResourceManager.HybridCompute.Models.OSType> * Azure.ResponseError -> Azure.ResourceManager.HybridCompute.Models.MachineAssessPatchesResult
Public Shared Function MachineAssessPatchesResult (Optional status As Nullable(Of PatchOperationStatus) = Nothing, Optional assessmentActivityId As Nullable(Of Guid) = Nothing, Optional rebootPending As Nullable(Of Boolean) = Nothing, Optional availablePatchCountByClassification As AvailablePatchCountByClassification = Nothing, Optional startOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional startedBy As Nullable(Of PatchOperationStartedBy) = Nothing, Optional patchServiceUsed As Nullable(Of PatchServiceUsed) = Nothing, Optional osType As Nullable(Of OSType) = Nothing, Optional errorDetails As ResponseError = Nothing) As MachineAssessPatchesResult

Parameter

status
Nullable<PatchOperationStatus>

Der gesamte Erfolg oder Fehler status des Vorgangs. Es bleibt "InProgress", bis der Vorgang abgeschlossen ist. An diesem Punkt wird es zu "Unknown", "Failed", "Succeeded" oder "CompletedWithWarnings".

assessmentActivityId
Nullable<Guid>

Die Aktivitäts-ID des Vorgangs, der dieses Ergebnis erzeugt hat.

rebootPending
Nullable<Boolean>

Der allgemeine Neustart status des virtuellen Computers. Dies trifft zu, wenn teilweise installierte Patches einen Neustart erfordern, um die Installation abzuschließen, der Neustart jedoch noch nicht erfolgt ist.

availablePatchCountByClassification
AvailablePatchCountByClassification

Zusammenfassung der patches, die für die Installation auf dem Computer verfügbar sind, nach Klassifizierung.

startOn
Nullable<DateTimeOffset>

Der UTC-Zeitstempel, zu dem der Vorgang gestartet wurde.

lastModifiedOn
Nullable<DateTimeOffset>

Der UTC-Zeitstempel, wenn der Vorgang abgeschlossen ist.

startedBy
Nullable<PatchOperationStartedBy>

Gibt an, ob der Vorgang vom Benutzer oder von der Plattform ausgelöst wurde.

patchServiceUsed
Nullable<PatchServiceUsed>

Gibt den für den Vorgang verwendeten Patchdienst an.

osType
Nullable<OSType>

Der Betriebssystemtyp des Computers.

errorDetails
ResponseError

Die Fehler, die während der Ausführung des Vorgangs aufgetreten sind. Das Detailarray enthält die Liste dieser Daten.

Gibt zurück

Eine neue MachineAssessPatchesResult instance zum Simulieren.

Gilt für: