ComputeScheduledEventsProfile Class

Definition

The ComputeScheduledEventsProfile.

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

Constructors

ComputeScheduledEventsProfile()

Initializes a new instance of ComputeScheduledEventsProfile.

Properties

OSImageNotificationProfile

Specifies OS Image Scheduled Event related configurations.

TerminateNotificationProfile

Specifies Terminate Scheduled Event related configurations.

Explicit Interface Implementations

IJsonModel<ComputeScheduledEventsProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ComputeScheduledEventsProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ComputeScheduledEventsProfile>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ComputeScheduledEventsProfile>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ComputeScheduledEventsProfile>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to