次の方法で共有


VirtualMachineSoftwarePatchProperties コンストラクター

定義

オーバーロード

VirtualMachineSoftwarePatchProperties()

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

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

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

VirtualMachineSoftwarePatchProperties()

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

public VirtualMachineSoftwarePatchProperties();
Public Sub New ()

適用対象

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

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

public VirtualMachineSoftwarePatchProperties(string patchId = default, string name = default, string version = default, string kbId = default, System.Collections.Generic.IList<string> classifications = default, string rebootBehavior = default, string activityId = default, DateTime? publishedDate = default, DateTime? lastModifiedDateTime = default, string assessmentState = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineSoftwarePatchProperties : string * string * string * string * System.Collections.Generic.IList<string> * string * string * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.Compute.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 String = Nothing, Optional activityId As String = Nothing, Optional publishedDate As Nullable(Of DateTime) = Nothing, Optional lastModifiedDateTime As Nullable(Of DateTime) = Nothing, Optional assessmentState As String = Nothing)

パラメーター

patchId
String

パッチの一意識別子。

name
String

パッチのフレンドリ名。

version
String

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

kbId
String

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

classifications
IList<String>

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

rebootBehavior
String

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

activityId
String

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

publishedDate
Nullable<DateTime>

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

lastModifiedDateTime
Nullable<DateTime>

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

assessmentState
String

特定のパッチの可用性について説明します。 使用可能な値は次のとおりです: 'Unknown'、'Available'

適用対象