Share via


LastPatchInstallationSummary Konstruktoren

Definition

Überlädt

LastPatchInstallationSummary()

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

LastPatchInstallationSummary(PatchOperationStatus, String, Nullable<Boolean>, RebootStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, ApiError)

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

LastPatchInstallationSummary()

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

public LastPatchInstallationSummary ();
Public Sub New ()

Gilt für:

LastPatchInstallationSummary(PatchOperationStatus, String, Nullable<Boolean>, RebootStatus, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, String, ApiError)

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

public LastPatchInstallationSummary (Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus status = default, string installationActivityId = default, bool? maintenanceWindowExceeded = default, Microsoft.Azure.Management.Compute.Fluent.Models.RebootStatus rebootStatus = default, int? notSelectedPatchCount = default, int? excludedPatchCount = default, int? pendingPatchCount = default, int? installedPatchCount = default, int? failedPatchCount = default, DateTime? startTime = default, DateTime? lastModifiedTime = default, string startedBy = default, Microsoft.Azure.Management.Compute.Fluent.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.LastPatchInstallationSummary : Microsoft.Azure.Management.Compute.Fluent.Models.PatchOperationStatus * string * Nullable<bool> * Microsoft.Azure.Management.Compute.Fluent.Models.RebootStatus * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * string * Microsoft.Azure.Management.Compute.Fluent.Models.ApiError -> Microsoft.Azure.Management.Compute.Fluent.Models.LastPatchInstallationSummary
Public Sub New (Optional status As PatchOperationStatus = Nothing, Optional installationActivityId As String = Nothing, Optional maintenanceWindowExceeded As Nullable(Of Boolean) = Nothing, Optional rebootStatus As RebootStatus = Nothing, Optional notSelectedPatchCount As Nullable(Of Integer) = Nothing, Optional excludedPatchCount As Nullable(Of Integer) = Nothing, Optional pendingPatchCount As Nullable(Of Integer) = Nothing, Optional installedPatchCount As Nullable(Of Integer) = Nothing, Optional failedPatchCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional startedBy As String = Nothing, Optional error As ApiError = Nothing)

Parameter

status
PatchOperationStatus

Der gesamte Erfolg oder Fehler status des Vorgangs. Es bleibt "InProgress", bis der Vorgang abgeschlossen ist. An diesem Punkt wird er zu "Failed", "Succeeded" oder "CompletedWithWarnings" (CompletedWithWarnings) angezeigt. Mögliche Werte: "InProgress", "Failed", "Succeeded", "CompletedWithWarnings"

installationActivityId
String

Die Aktivitäts-ID des Vorgangs, der dieses Ergebnis erzeugt hat. Es wird verwendet, um CRP- und Erweiterungsprotokolle hinweg zu korrelieren.

maintenanceWindowExceeded
Nullable<Boolean>

Beschreibt, ob der Vorgang nicht mehr lange dauerte, bevor er alle beabsichtigten Aktionen abgeschlossen hat.

rebootStatus
RebootStatus

Der Neustart status des Computers nach dem Patchvorgang. Es befindet sich in "NotNeeded" status, wenn ein Neustart nach dem Patchvorgang nicht erforderlich ist. "Erforderlich" ist die status, sobald der Patch angewendet wurde und der Computer neu gestartet werden muss. "Gestartet" ist der Neustart status, wenn der Computer mit dem Neustart gestartet wurde. "Failed" ist die status, wenn der Computer nicht neu gestartet werden kann. "Completed" ist die status, sobald der Computer erfolgreich neu gestartet wurde. Mögliche Werte: "NotNeeded", "Required", "Started", "Failed", "Completed"

notSelectedPatchCount
Nullable<Int32>

Die Anzahl aller verfügbaren Patches, die jedoch nicht installiert werden sollen, da sie nicht mit einem Klassifizierungs- oder Aufnahmelisteneintrag übereinstimmten.

excludedPatchCount
Nullable<Int32>

Die Anzahl aller verfügbaren Patches, aber explizit durch eine vom Kunden angegebene Ausschlusslisten-Übereinstimmung ausgeschlossen.

pendingPatchCount
Nullable<Int32>

Die Anzahl aller verfügbaren Patches, die während des Patchinstallationsvorgangs installiert werden sollen.

installedPatchCount
Nullable<Int32>

Die Anzahl der patches, die erfolgreich installiert wurden.

failedPatchCount
Nullable<Int32>

Die Anzahl der Patches, bei denen die Installation fehlgeschlagen ist.

startTime
Nullable<DateTime>

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

lastModifiedTime
Nullable<DateTime>

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

startedBy
String

Die Person oder das Systemkonto, die den Vorgang gestartet hat

error
ApiError

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

Gilt für: