Freigeben über


LastPatchInstallationSummary Konstruktoren

Definition

Überlädt

LastPatchInstallationSummary()

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

LastPatchInstallationSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, 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(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError)

Initialisiert eine neue instance der LastPatchInstallationSummary-Klasse.

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

Parameter

status
String

Der Gesamterfolg oder Fehler status des Vorgangs. Es bleibt "InProgress", bis der Vorgang abgeschlossen ist. An diesem Punkt wird es zu "Unbekannt", "Failed", "Succeeded" oder "CompletedWithWarnings". Mögliche Werte sind: "Unknown", "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 keine Zeit mehr hatte, bevor er alle beabsichtigten Aktionen abgeschlossen hat.

notSelectedPatchCount
Nullable<Int32>

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

excludedPatchCount
Nullable<Int32>

Die Anzahl aller verfügbaren Patches, die jedoch explizit durch eine vom Kunden angegebene Ausschlussliste übereinstimmen.

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.

error
ApiError

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

Gilt für: