Condividi tramite


Update Class

Definition

Maintenance update on a resource

[Microsoft.Rest.Serialization.JsonTransformation]
public class Update
[<Microsoft.Rest.Serialization.JsonTransformation>]
type Update = class
Public Class Update
Inheritance
Update
Attributes

Constructors

Update()

Initializes a new instance of the Update class.

Update(String, String, String, Nullable<Int32>, Nullable<DateTime>, String)

Initializes a new instance of the Update class.

Properties

ImpactDurationInSec

Gets or sets duration of impact in seconds

ImpactType

Gets or sets the impact type. Possible values include: 'None', 'Freeze', 'Restart', 'Redeploy'

MaintenanceScope

Gets or sets the impact area. Possible values include: 'Host', 'Resource', 'OSImage', 'Extension', 'InGuestPatch', 'SQLDB', 'SQLManagedInstance'

NotBefore

Gets or sets time when Azure will start force updates if not self-updated by customer before this time

ResourceId

Gets or sets the resourceId

Status

Gets or sets the status. Possible values include: 'Pending', 'InProgress', 'Completed', 'RetryNow', 'RetryLater'

Applies to