OSImageNotificationProfile Class

Definition

Profile for the OS Image Scheduled event.

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

Constructors

Name Description
OSImageNotificationProfile()

Initializes a new instance of OSImageNotificationProfile.

Properties

Name Description
Enable

Specifies whether the OS Image Scheduled event is enabled or disabled.

NotBeforeTimeout

Length of time a Virtual Machine being reimaged or having its OS upgraded will have to potentially approve the OS Image Scheduled Event before the event is auto approved (timed out). The configuration is specified in ISO 8601 format, and the value must be 15 minutes (PT15M).

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<OSImageNotificationProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<OSImageNotificationProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<OSImageNotificationProfile>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<OSImageNotificationProfile>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<OSImageNotificationProfile>.Write(ModelReaderWriterOptions)

Applies to