Share via


ScheduledActionsExtensionProperties Class

Definition

Scheduled action extension properties.

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

Properties

ActionType

The action the scheduled action should perform in the resources.

Disabled

Tell if the scheduled action is disabled or not.

EndOn

The time when the scheduled action is supposed to stop scheduling.

NotificationSettings

The notification settings for the scheduled action.

ProvisioningState

The status of the last provisioning operation performed on the resource.

ResourceNotificationSettings

The notification settings for the scheduled action at a resource level. Resource level notification settings are scope to specific resources only and submitted through attach requests.

ResourceType

The type of resource the scheduled action is targeting.

Schedule

The schedule the scheduled action is supposed to follow.

StartOn

The time which the scheduled action is supposed to start running.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ScheduledActionsExtensionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ScheduledActionsExtensionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ScheduledActionsExtensionProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ScheduledActionsExtensionProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ScheduledActionsExtensionProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to