你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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”

适用于