Compartir a través de


UpdateSummary Constructores

Definición

Sobrecargas

UpdateSummary()

Inicializa una nueva instancia de la clase UpdateSummary.

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

Inicializa una nueva instancia de la clase UpdateSummary.

UpdateSummary()

Inicializa una nueva instancia de la clase UpdateSummary.

public UpdateSummary ();
Public Sub New ()

Se aplica a

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

Inicializa una nueva instancia de la clase UpdateSummary.

public UpdateSummary (string id = default, string name = default, string type = default, Microsoft.Azure.Management.DataBoxEdge.Models.SystemData systemData = default, string deviceVersionNumber = default, string friendlyDeviceVersionName = default, DateTime? deviceLastScannedDateTime = default, DateTime? lastCompletedScanJobDateTime = default, DateTime? lastSuccessfulScanJobTime = default, DateTime? lastCompletedDownloadJobDateTime = default, string lastCompletedDownloadJobId = default, string lastDownloadJobStatus = default, DateTime? lastSuccessfulInstallJobDateTime = default, DateTime? lastCompletedInstallJobDateTime = default, string lastCompletedInstallJobId = default, string lastInstallJobStatus = 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, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDetails> updates = default, double? totalUpdateSizeInBytes = default, int? totalTimeInMinutes = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.UpdateSummary : string * string * string * Microsoft.Azure.Management.DataBoxEdge.Models.SystemData * string * string * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<DateTime> * Nullable<DateTime> * string * string * Nullable<int> * Nullable<int> * Nullable<int> * string * string * string * string * Nullable<DateTime> * Nullable<DateTime> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBoxEdge.Models.UpdateDetails> * Nullable<double> * Nullable<int> -> Microsoft.Azure.Management.DataBoxEdge.Models.UpdateSummary
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = 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 lastSuccessfulScanJobTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedDownloadJobDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedDownloadJobId As String = Nothing, Optional lastDownloadJobStatus As String = Nothing, Optional lastSuccessfulInstallJobDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedInstallJobDateTime As Nullable(Of DateTime) = Nothing, Optional lastCompletedInstallJobId As String = Nothing, Optional lastInstallJobStatus As String = 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 updates As IList(Of UpdateDetails) = Nothing, Optional totalUpdateSizeInBytes As Nullable(Of Double) = Nothing, Optional totalTimeInMinutes As Nullable(Of Integer) = Nothing)

Parámetros

id
String

Identificador de ruta de acceso que identifica de forma única el objeto .

name
String

El nombre del objeto.

type
String

Tipo jerárquico del objeto.

systemData
SystemData

UpdateSummary Result

deviceVersionNumber
String

La versión actual del dispositivo en formato: 1.2.17312.13.",

friendlyDeviceVersionName
String

La versión actual del dispositivo en formato de texto.

deviceLastScannedDateTime
Nullable<DateTime>

La última vez que se realizó un examen en el dispositivo.

lastCompletedScanJobDateTime
Nullable<DateTime>

La hora en que se completó el último trabajo de examen (correcto, cancelado o erróneo) en el dispositivo.

lastSuccessfulScanJobTime
Nullable<DateTime>

Hora en la que se completa correctamente el último trabajo de examen.

lastCompletedDownloadJobDateTime
Nullable<DateTime>

La hora en que se completó el último trabajo de descarga (correcto, cancelado o erróneo) en el dispositivo.

lastCompletedDownloadJobId
String

JobId del último trabajo de descarga ejecutado. (Puede ser correcto, cancelado o erróneo)

lastDownloadJobStatus
String

JobStatus del último trabajo de descarga ejecutado. Entre los valores posibles se incluyen: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

lastSuccessfulInstallJobDateTime
Nullable<DateTime>

Hora en que el trabajo de última instalación se completó correctamente en el dispositivo

lastCompletedInstallJobDateTime
Nullable<DateTime>

La hora en que se completó el último trabajo de instalación (correcto, cancelado o erróneo) en el dispositivo.

lastCompletedInstallJobId
String

JobId del último trabajo de instalación ejecutado. (Puede ser correcto, cancelado o erróneo)

lastInstallJobStatus
String

JobStatus del último trabajo de instalación ejecutado. Entre los valores posibles se incluyen: 'Invalid', 'Running', 'Succeeded', 'Failed', 'Canceled', 'Paused', 'Scheduled'

totalNumberOfUpdatesAvailable
Nullable<Int32>

Número de actualizaciones disponibles para la versión actual del dispositivo según el último examen del dispositivo.

totalNumberOfUpdatesPendingDownload
Nullable<Int32>

Número total de elementos pendientes de descarga.

totalNumberOfUpdatesPendingInstall
Nullable<Int32>

Número total de elementos pendientes de instalación.

rebootBehavior
String

Indica si las actualizaciones están disponibles y al menos una de las actualizaciones necesita un reinicio. Entre los valores posibles se incluyen: "NeverReboots", "RequiresReboot", "RequestReboot"

ongoingUpdateOperation
String

La operación de actualización actual. Entre los valores posibles se incluyen: "None", "Scan", "Download", "Install"

inProgressDownloadJobId
String

Identificador de trabajo del trabajo de descarga en curso.

inProgressInstallJobId
String

Identificador de trabajo del trabajo de instalación en curso.

inProgressDownloadJobStartedDateTime
Nullable<DateTime>

Hora en que se inició la descarga en ejecución (si existe).

inProgressInstallJobStartedDateTime
Nullable<DateTime>

Hora en la que se inició la instalación en ejecución (si existe).

updateTitles
IList<String>

Lista de actualizaciones disponibles para la instalación.

updates
IList<UpdateDetails>

Lista de actualizaciones disponibles para la instalación.

totalUpdateSizeInBytes
Nullable<Double>

Tamaño total de las actualizaciones disponibles para la descarga en bytes.

totalTimeInMinutes
Nullable<Int32>

Tiempo total en minutos

Se aplica a