次の方法で共有


UpdateSummary コンストラクター

定義

オーバーロード

UpdateSummary()

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

UpdateSummary クラスの新しいインスタンスを初期化します。

UpdateSummary()

UpdateSummary クラスの新しいインスタンスを初期化します。

public UpdateSummary();
Public Sub New ()

適用対象

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

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)

パラメーター

id
String

オブジェクトを一意に識別するパス ID。

name
String

オブジェクト名。

type
String

オブジェクトの階層型。

deviceVersionNumber
String

形式のデバイスの現在のバージョン: 1.2.17312.13"、

friendlyDeviceVersionName
String

テキスト形式のデバイスの現在のバージョン。

deviceLastScannedDateTime
Nullable<DateTime>

デバイスでスキャンが最後に行われた時刻。

lastCompletedScanJobDateTime
Nullable<DateTime>

アプライアンスで最後のスキャン ジョブが完了 (成功/取り消し/失敗) した時刻。

lastCompletedDownloadJobDateTime
Nullable<DateTime>

アプライアンスで最後のダウンロード ジョブが完了 (成功/取り消し/失敗) した時刻。

lastCompletedInstallJobDateTime
Nullable<DateTime>

アプライアンスで最後のインストール ジョブが完了 (成功/取り消し/失敗) した時刻。

totalNumberOfUpdatesAvailable
Nullable<Int32>

前回のデバイス スキャンに従って、現在のデバイス バージョンで使用できる更新プログラムの数。

totalNumberOfUpdatesPendingDownload
Nullable<Int32>

ダウンロードが保留中のアイテムの合計数。

totalNumberOfUpdatesPendingInstall
Nullable<Int32>

インストールが保留中のアイテムの合計数。

rebootBehavior
String

更新プログラムが利用可能であり、少なくとも 1 つの更新プログラムで再起動が必要かどうかを示します。 使用可能な値は、'NeverReboots'、'RequiresReboot'、'RequestReboot' です。

ongoingUpdateOperation
String

現在の更新操作。 指定できる値は、'None'、'Scan'、'Download'、'Install' です。

inProgressDownloadJobId
String

進行中のダウンロード ジョブのジョブ ID。

inProgressInstallJobId
String

進行中のインストール ジョブのジョブ ID。

inProgressDownloadJobStartedDateTime
Nullable<DateTime>

現在実行中のダウンロード (ある場合) が開始された時刻。

inProgressInstallJobStartedDateTime
Nullable<DateTime>

現在実行中のインストール (ある場合) が開始された時刻。

updateTitles
IList<String>

インストールに使用できる更新プログラムの一覧。

totalUpdateSizeInBytes
Nullable<Double>

ダウンロード可能な更新プログラムの合計サイズ (バイト単位)。

適用対象