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

ApplyUpdate 构造函数

定义

重载

ApplyUpdate()

初始化 ApplyUpdate 类的新实例。

ApplyUpdate(String, String, String, SystemData, String, String, Nullable<DateTime>)

初始化 ApplyUpdate 类的新实例。

ApplyUpdate()

初始化 ApplyUpdate 类的新实例。

public ApplyUpdate ();
Public Sub New ()

适用于

ApplyUpdate(String, String, String, SystemData, String, String, Nullable<DateTime>)

初始化 ApplyUpdate 类的新实例。

public ApplyUpdate (string id = default, string name = default, string type = default, Microsoft.Azure.Management.Maintenance.Models.SystemData systemData = default, string status = default, string resourceId = default, DateTime? lastUpdateTime = default);
new Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate : string * string * string * Microsoft.Azure.Management.Maintenance.Models.SystemData * string * string * Nullable<DateTime> -> Microsoft.Azure.Management.Maintenance.Models.ApplyUpdate
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional systemData As SystemData = Nothing, Optional status As String = Nothing, Optional resourceId As String = Nothing, Optional lastUpdateTime As Nullable(Of DateTime) = Nothing)

参数

id
String

资源的完全限定标识符

name
String

资源名称

type
String

资源的类型

systemData
SystemData

包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。

status
String

状态。 可能的值包括:“Pending”、“InProgress”、“Completed”、“RetryNow”、“RetryLater”

resourceId
String

resourceId

lastUpdateTime
Nullable<DateTime>

上次更新时间

适用于