Freigeben über


ArmComputeModelFactory.LastPatchInstallationSummary Methode

Definition

Initialisiert eine neue instance von LastPatchInstallationSummary.

public static Azure.ResourceManager.Compute.Models.LastPatchInstallationSummary LastPatchInstallationSummary (Azure.ResourceManager.Compute.Models.PatchOperationStatus? status = default, string installationActivityId = default, bool? maintenanceWindowExceeded = default, int? notSelectedPatchCount = default, int? excludedPatchCount = default, int? pendingPatchCount = default, int? installedPatchCount = default, int? failedPatchCount = default, DateTimeOffset? startOn = default, DateTimeOffset? lastModifiedOn = default, Azure.ResourceManager.Compute.Models.ComputeApiError error = default);
static member LastPatchInstallationSummary : Nullable<Azure.ResourceManager.Compute.Models.PatchOperationStatus> * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTimeOffset> * Nullable<DateTimeOffset> * Azure.ResourceManager.Compute.Models.ComputeApiError -> Azure.ResourceManager.Compute.Models.LastPatchInstallationSummary
Public Shared Function LastPatchInstallationSummary (Optional status As Nullable(Of PatchOperationStatus) = 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 startOn As Nullable(Of DateTimeOffset) = Nothing, Optional lastModifiedOn As Nullable(Of DateTimeOffset) = Nothing, Optional error As ComputeApiError = Nothing) As LastPatchInstallationSummary

Parameter

status
Nullable<PatchOperationStatus>

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".

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.

startOn
Nullable<DateTimeOffset>

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

lastModifiedOn
Nullable<DateTimeOffset>

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

error
ComputeApiError

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

Gibt zurück

Eine neue LastPatchInstallationSummary instance zum Mocking.

Gilt für: