Partager via


LastPatchInstallationSummary Constructeurs

Définition

Surcharges

LastPatchInstallationSummary()

Initialise une nouvelle instance de la classe LastPatchInstallationSummary.

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

Initialise une nouvelle instance de la classe LastPatchInstallationSummary.

LastPatchInstallationSummary()

Initialise une nouvelle instance de la classe LastPatchInstallationSummary.

public LastPatchInstallationSummary ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe LastPatchInstallationSummary.

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)

Paramètres

status
String

Status de réussite ou d’échec global de l’opération. Elle reste « InProgress » jusqu’à la fin de l’opération. À ce stade, elle devient « Unknown », « Failed », « Succeeded » ou « CompletedWithWarnings ». Les valeurs possibles sont les suivantes : 'Unknown', 'InProgress', 'Failed', 'Succeeded', 'CompletedWithWarnings'

installationActivityId
String

ID d’activité de l’opération qui a produit ce résultat. Il est utilisé pour mettre en corrélation les journaux d’activité crp et d’extension.

maintenanceWindowExceeded
Nullable<Boolean>

Décrit si l’opération a expiré avant d’effectuer toutes les actions prévues.

notSelectedPatchCount
Nullable<Int32>

Nombre de tous les correctifs disponibles, mais qui ne seront pas installés, car ils ne correspondent pas à une entrée de classification ou de liste d’inclusion.

excludedPatchCount
Nullable<Int32>

Nombre de tous les correctifs disponibles mais exclus explicitement par une liste d’exclusions spécifiée par le client correspond.

pendingPatchCount
Nullable<Int32>

Nombre de tous les correctifs disponibles qui doivent être installés au cours de l’opération d’installation du correctif.

installedPatchCount
Nullable<Int32>

Nombre de correctifs installés avec succès.

failedPatchCount
Nullable<Int32>

Nombre de correctifs ayant échoué l’installation.

startTime
Nullable<DateTime>

Horodatage UTC au début de l’opération.

lastModifiedTime
Nullable<DateTime>

Horodatage UTC au début de l’opération.

error
ApiError

Erreurs rencontrées lors de l’exécution de l’opération. Le tableau de détails contient la liste de ceux-ci.

S’applique à