MaintenanceUpdate Class

Definition

Maintenance update on a resource.

public class MaintenanceUpdate
public class MaintenanceUpdate : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Maintenance.Models.MaintenanceUpdate>
type MaintenanceUpdate = class
type MaintenanceUpdate = class
    interface IJsonModel<MaintenanceUpdate>
    interface IPersistableModel<MaintenanceUpdate>
Public Class MaintenanceUpdate
Public Class MaintenanceUpdate
Implements IJsonModel(Of MaintenanceUpdate), IPersistableModel(Of MaintenanceUpdate)
Inheritance
MaintenanceUpdate
Implements

Properties

ImpactDurationInSec

Duration of impact in seconds.

ImpactType

The impact type.

MaintenanceScope

The impact area.

NotBefore

Time when Azure will start force updates if not self-updated by customer before this time.

ResourceId

The resourceId.

Status

The status.

Explicit Interface Implementations

IJsonModel<MaintenanceUpdate>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MaintenanceUpdate>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MaintenanceUpdate>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MaintenanceUpdate>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MaintenanceUpdate>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to