Partager via


UpdateSummary Constructeurs

Définition

Surcharges

UpdateSummary()

Initialise une nouvelle instance de la classe UpdateSummary.

UpdateSummary(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<String>, Nullable<Double>)

Initialise une nouvelle instance de la classe UpdateSummary.

UpdateSummary()

Initialise une nouvelle instance de la classe UpdateSummary.

public UpdateSummary ();
Public Sub New ()

S’applique à

UpdateSummary(String, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<DateTime>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, String, String, String, String, Nullable<DateTime>, Nullable<DateTime>, IList<String>, Nullable<Double>)

Initialise une nouvelle instance de la classe UpdateSummary.

public UpdateSummary (string id = default, string name = default, string type = default, string deviceVersionNumber = default, string friendlyDeviceVersionName = default, DateTime? deviceLastScannedDateTime = default, DateTime? lastCompletedScanJobDateTime = default, DateTime? lastCompletedDownloadJobDateTime = default, DateTime? lastCompletedInstallJobDateTime = default, int? totalNumberOfUpdatesAvailable = default, int? totalNumberOfUpdatesPendingDownload = default, int? totalNumberOfUpdatesPendingInstall = default, string rebootBehavior = default, string ongoingUpdateOperation = default, string inProgressDownloadJobId = default, string inProgressInstallJobId = default, DateTime? inProgressDownloadJobStartedDateTime = default, DateTime? inProgressInstallJobStartedDateTime = default, System.Collections.Generic.IList<string> updateTitles = default, double? totalUpdateSizeInBytes = default);
new Microsoft.Azure.Management.EdgeGateway.Models.UpdateSummary : string * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<string> * Nullable<double> -> Microsoft.Azure.Management.EdgeGateway.Models.UpdateSummary
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional deviceVersionNumber As String = Nothing, Optional friendlyDeviceVersionName As String = Nothing, Optional deviceLastScannedDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedScanJobDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedDownloadJobDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedInstallJobDateTime As Nullable(Of DateTime) = Nothing, Optional totalNumberOfUpdatesAvailable As Nullable(Of Integer) = Nothing, Optional totalNumberOfUpdatesPendingDownload As Nullable(Of Integer) = Nothing, Optional totalNumberOfUpdatesPendingInstall As Nullable(Of Integer) = Nothing, Optional rebootBehavior As String = Nothing, Optional ongoingUpdateOperation As String = Nothing, Optional inProgressDownloadJobId As String = Nothing, Optional inProgressInstallJobId As String = Nothing, Optional inProgressDownloadJobStartedDateTime As Nullable(Of DateTime) = Nothing, Optional inProgressInstallJobStartedDateTime As Nullable(Of DateTime) = Nothing, Optional updateTitles As IList(Of String) = Nothing, Optional totalUpdateSizeInBytes As Nullable(Of Double) = Nothing)

Paramètres

id
String

ID de chemin d’accès qui identifie l’objet de manière unique.

name
String

Nom de l'objet.

type
String

Type hiérarchique de l’objet.

deviceVersionNumber
String

La version actuelle de l’appareil au format : 1.2.17312.13. »

friendlyDeviceVersionName
String

Version actuelle de l’appareil au format texte.

deviceLastScannedDateTime
Nullable<DateTime>

Dernière fois qu’une analyse a été effectuée sur l’appareil.

lastCompletedScanJobDateTime
Nullable<DateTime>

Heure à laquelle la dernière tâche d’analyse a été terminée (réussite/annulation/échec) sur le Appliance.

lastCompletedDownloadJobDateTime
Nullable<DateTime>

Heure à laquelle le dernier travail de téléchargement a été terminé (réussite/annulation/échec) sur le Appliance.

lastCompletedInstallJobDateTime
Nullable<DateTime>

Heure à laquelle la dernière tâche d’installation a été terminée (réussite/annulation/échec) sur le Appliance.

totalNumberOfUpdatesAvailable
Nullable<Int32>

Nombre de mises à jour disponibles pour la version actuelle de l’appareil conformément à la dernière analyse de l’appareil.

totalNumberOfUpdatesPendingDownload
Nullable<Int32>

Nombre total d’éléments en attente de téléchargement.

totalNumberOfUpdatesPendingInstall
Nullable<Int32>

Nombre total d’éléments en attente d’installation.

rebootBehavior
String

Indique si les mises à jour sont disponibles et qu’au moins l’une des mises à jour nécessite un redémarrage. Les valeurs possibles sont les suivantes : « NeverReboots », « RequiresReboot », « RequestReboot »

ongoingUpdateOperation
String

Opération de mise à jour actuelle. Les valeurs possibles sont les suivantes : « None », « Scan », « Download », « Install »

inProgressDownloadJobId
String

ID du travail de téléchargement en cours.

inProgressInstallJobId
String

ID du travail d’installation en cours.

inProgressDownloadJobStartedDateTime
Nullable<DateTime>

Heure à laquelle le téléchargement en cours d’exécution (le cas échéant) a démarré.

inProgressInstallJobStartedDateTime
Nullable<DateTime>

Heure à laquelle l’installation en cours d’exécution (le cas échéant) a démarré.

updateTitles
IList<String>

Liste des mises à jour disponibles pour l’installation.

totalUpdateSizeInBytes
Nullable<Double>

Taille totale des mises à jour disponibles en téléchargement en octets.

S’applique à