LastPatchInstallationSummary クラス

定義

最後にインストールされたパッチの概要のプロパティについて説明します。

public class LastPatchInstallationSummary
type LastPatchInstallationSummary = class
Public Class LastPatchInstallationSummary
継承
LastPatchInstallationSummary

コンストラクター

LastPatchInstallationSummary()

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

LastPatchInstallationSummary(String, String, Nullable<Boolean>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<DateTime>, Nullable<DateTime>, ApiError)

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

プロパティ

Error

操作の実行中に発生したエラーを取得します。 details 配列には、それらのリストが含まれています。

ExcludedPatchCount

使用可能なすべてのパッチの数を取得しますが、顧客が指定した除外リストの一致によって明示的に除外されます。

FailedPatchCount

インストールに失敗した修正プログラムの数を取得します。

InstallationActivityId

この結果を生成した操作のアクティビティ ID を取得します。 これは、CRP と拡張機能のログ間で相互に関連付けるために使用されます。

InstalledPatchCount

正常にインストールされたパッチの数を取得します。

LastModifiedTime

操作が開始されたときの UTC タイムスタンプを取得します。

MaintenanceWindowExceeded

Gets は、目的のすべてのアクションを完了する前に操作が時間切れかどうかを示します

NotSelectedPatchCount

利用可能なすべてのパッチの数を取得しますが、分類または包含リストのエントリと一致しなかったため、インストールされません。

PendingPatchCount

修正プログラムのインストール操作中にインストールされる予定のすべての利用可能なパッチの数を取得します。

StartTime

操作が開始されたときの UTC タイムスタンプを取得します。

Status

操作の全体的な成功または失敗の状態を取得します。 操作が完了するまで、"InProgress" のままです。 その時点で、"不明"、"失敗"、"成功"、または "CompletedWithWarnings" になります。 指定できる値は、'Unknown'、'InProgress'、'Failed'、'Succeeded'、'CompletedWithWarnings' です。

適用対象