Share via


ApplyUpdate Constructors

Definition

Overloads

ApplyUpdate()

Initializes a new instance of the ApplyUpdate class.

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

Initializes a new instance of the ApplyUpdate class.

ApplyUpdate()

Initializes a new instance of the ApplyUpdate class.

public ApplyUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the ApplyUpdate class.

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)

Parameters

id
String

Fully qualified identifier of the resource

name
String

Name of the resource

type
String

Type of the resource

systemData
SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

status
String

The status. Possible values include: 'Pending', 'InProgress', 'Completed', 'RetryNow', 'RetryLater'

resourceId
String

The resourceId

lastUpdateTime
Nullable<DateTime>

Last Update time

Applies to