Compartilhar via


UpdateSummary Construtores

Definição

Sobrecargas

UpdateSummary()

Inicializa uma nova instância da 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>)

Inicializa uma nova instância da classe UpdateSummary.

UpdateSummary()

Inicializa uma nova instância da classe UpdateSummary.

public UpdateSummary ();
Public Sub New ()

Aplica-se a

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>)

Inicializa uma nova instância da 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)

Parâmetros

id
String

A ID do caminho que identifica exclusivamente o objeto.

name
String

O nome do objeto.

type
String

O tipo hierárquico do objeto .

deviceVersionNumber
String

A versão atual do dispositivo no formato: 1.2.17312.13.",

friendlyDeviceVersionName
String

A versão atual do dispositivo no formato de texto.

deviceLastScannedDateTime
Nullable<DateTime>

A última vez em que uma verificação foi feita no dispositivo.

lastCompletedScanJobDateTime
Nullable<DateTime>

A hora em que o último trabalho de verificação foi concluído (êxito/cancelado/falhou) no dispositivo.

lastCompletedDownloadJobDateTime
Nullable<DateTime>

A hora em que o último trabalho de Download foi concluído (êxito/cancelado/falhou) no dispositivo.

lastCompletedInstallJobDateTime
Nullable<DateTime>

A hora em que o último trabalho de Instalação foi concluído (êxito/cancelado/com falha) no dispositivo.

totalNumberOfUpdatesAvailable
Nullable<Int32>

O número de atualizações disponíveis para a versão atual do dispositivo de acordo com a última verificação de dispositivo.

totalNumberOfUpdatesPendingDownload
Nullable<Int32>

O número total de itens pendentes de download.

totalNumberOfUpdatesPendingInstall
Nullable<Int32>

O número total de itens pendentes de instalação.

rebootBehavior
String

Indica se as atualizações estão disponíveis e pelo menos uma das atualizações precisa de uma reinicialização. Os valores possíveis incluem: 'NeverReboots', 'RequiresReboot', 'RequestReboot'

ongoingUpdateOperation
String

A operação de atualização atual. Os valores possíveis incluem: 'None', 'Scan', 'Download', 'Install'

inProgressDownloadJobId
String

A ID do trabalho de download em andamento.

inProgressInstallJobId
String

A ID do trabalho de instalação em andamento.

inProgressDownloadJobStartedDateTime
Nullable<DateTime>

A hora em que o download em execução no momento (se houver) foi iniciado.

inProgressInstallJobStartedDateTime
Nullable<DateTime>

A hora em que a instalação em execução no momento (se houver) foi iniciada.

updateTitles
IList<String>

A lista de atualizações disponíveis para instalação.

totalUpdateSizeInBytes
Nullable<Double>

O tamanho total das atualizações disponíveis para download em bytes.

Aplica-se a