TerminateNotificationProfile Class

Definition

Profile properties for the Terminate Scheduled event.

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

Constructors

Name Description
TerminateNotificationProfile()

Initializes a new instance of TerminateNotificationProfile.

Properties

Name Description
Enable

Specifies whether the Terminate Scheduled event is enabled or disabled.

NotBeforeTimeout

Configurable length of time a Virtual Machine being deleted will have to potentially approve the Terminate Scheduled Event before the event is auto approved (timed out). The configuration must be specified in ISO 8601 format, the default value is 5 minutes (PT5M).

Methods

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

Explicit Interface Implementations

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

Applies to