次の方法で共有


VirtualMachineSoftwarePatchProperties コンストラクター

定義

オーバーロード

VirtualMachineSoftwarePatchProperties()

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

VirtualMachineSoftwarePatchProperties(String, String, String, String, IList<String>, SoftwareUpdateRebootBehavior, String, Nullable<DateTime>, Nullable<DateTime>, PatchAssessmentState)

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

VirtualMachineSoftwarePatchProperties()

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

public VirtualMachineSoftwarePatchProperties();
Public Sub New ()

適用対象

VirtualMachineSoftwarePatchProperties(String, String, String, String, IList<String>, SoftwareUpdateRebootBehavior, String, Nullable<DateTime>, Nullable<DateTime>, PatchAssessmentState)

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

public VirtualMachineSoftwarePatchProperties(string patchId = default, string name = default, string version = default, string kbid = default, System.Collections.Generic.IList<string> classifications = default, Microsoft.Azure.Management.Compute.Fluent.Models.SoftwareUpdateRebootBehavior rebootBehavior = default, string activityId = default, DateTime? publishedDate = default, DateTime? lastModifiedDateTime = default, Microsoft.Azure.Management.Compute.Fluent.Models.PatchAssessmentState assessmentState = default);
new Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties : string * string * string * string * System.Collections.Generic.IList<string> * Microsoft.Azure.Management.Compute.Fluent.Models.SoftwareUpdateRebootBehavior * string * Nullable<DateTime> * Nullable<DateTime> * Microsoft.Azure.Management.Compute.Fluent.Models.PatchAssessmentState -> Microsoft.Azure.Management.Compute.Fluent.Models.VirtualMachineSoftwarePatchProperties
Public Sub New (Optional patchId As String = Nothing, Optional name As String = Nothing, Optional version As String = Nothing, Optional kbid As String = Nothing, Optional classifications As IList(Of String) = Nothing, Optional rebootBehavior As SoftwareUpdateRebootBehavior = Nothing, Optional activityId As String = Nothing, Optional publishedDate As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing, Optional assessmentState As PatchAssessmentState = Nothing)

パラメーター

patchId
String

パッチの一意識別子。

name
String

パッチのフレンドリ名。

version
String

パッチのバージョン番号。 このプロパティは、Linux パッチにのみ適用されます。

kbid
String

パッチの KBID。 Windows パッチにのみ適用されます。

classifications
IList<String>

パッチ発行元によって提供されるパッチの分類。

rebootBehavior
SoftwareUpdateRebootBehavior

パッチの再起動要件について説明します。 指定できる値は、'NeverReboots'、'AlwaysRequiresReboot'、'CanRequestReboot' です。

activityId
String

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

publishedDate
Nullable<DateTime>

リポジトリがこのパッチを発行したときの UTC タイムスタンプ。

lastModifiedDateTime
Nullable<DateTime>

このパッチ レコードに対する最後の更新の UTC タイムスタンプ。

assessmentState
PatchAssessmentState

特定のパッチのインストール操作の結果について説明します。 指定できる値は、'Installed'、'Failed'、'Excluded'、'NotSelected'、'Pending'、'Available' です。

適用対象