次の方法で共有


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 Resource Manager メタデータ。

status
String

ステータス。 使用可能な値は、'Pending'、'InProgress'、'Completed'、'RetryNow'、'RetryLater' です。

resourceId
String

resourceId

lastUpdateTime
Nullable<DateTime>

最終更新日時

適用対象