次の方法で共有


LastPatchInstallationSummary コンストラクター

定義

オーバーロード

LastPatchInstallationSummary()

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

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

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

LastPatchInstallationSummary()

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

public LastPatchInstallationSummary ();
Public Sub New ()

適用対象

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

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

public LastPatchInstallationSummary (string status = default, string installationActivityId = default, bool? maintenanceWindowExceeded = default, int? notSelectedPatchCount = default, int? excludedPatchCount = default, int? pendingPatchCount = default, int? installedPatchCount = default, int? failedPatchCount = default, DateTime? startTime = default, DateTime? lastModifiedTime = default, Microsoft.Azure.Management.Compute.Models.ApiError error = default);
new Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary : string * string * Nullable<bool> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Models.ApiError -> Microsoft.Azure.Management.Compute.Models.LastPatchInstallationSummary
Public Sub New (Optional status As String = Nothing, Optional installationActivityId As String = Nothing, Optional maintenanceWindowExceeded As Nullable(Of Boolean) = Nothing, Optional notSelectedPatchCount As Nullable(Of Integer) = Nothing, Optional excludedPatchCount As Nullable(Of Integer) = Nothing, Optional pendingPatchCount As Nullable(Of Integer) = Nothing, Optional installedPatchCount As Nullable(Of Integer) = Nothing, Optional failedPatchCount As Nullable(Of Integer) = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional error As ApiError = Nothing)

パラメーター

status
String

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

installationActivityId
String

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

maintenanceWindowExceeded
Nullable<Boolean>

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

notSelectedPatchCount
Nullable<Int32>

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

excludedPatchCount
Nullable<Int32>

お客様が指定した除外リストの一致によって明示的に除外されたすべての利用可能なパッチの数。

pendingPatchCount
Nullable<Int32>

パッチのインストール操作中にインストールされる予定のすべての利用可能なパッチの数。

installedPatchCount
Nullable<Int32>

正常にインストールされたパッチの数。

failedPatchCount
Nullable<Int32>

インストールに失敗したパッチの数。

startTime
Nullable<DateTime>

操作が開始されたときの UTC タイムスタンプ。

lastModifiedTime
Nullable<DateTime>

操作が開始されたときの UTC タイムスタンプ。

error
ApiError

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

適用対象