LastPatchInstallationSummary Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Décrit si l’opération a expiré avant d’effectuer toutes les actions prévues.
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.
Nombre de tous les correctifs disponibles mais exclus explicitement par une liste d’exclusions spécifiée par le client correspond.
Nombre de tous les correctifs disponibles qui doivent être installés au cours de l’opération d’installation du correctif.
- 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 à
Azure SDK for .NET