Share via


ScheduleProperties Class

Definition

The Schedule properties defining when and what to execute.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))]
public class ScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))>]
type ScheduleProperties = class
    interface IScheduleProperties
    interface IJsonSerializable
    interface IScheduleUpdateProperties
    interface ITrackedResourceUpdate
    interface IValidates
Public Class ScheduleProperties
Implements IScheduleProperties, IValidates
Inheritance
ScheduleProperties
Attributes
Implements

Constructors

ScheduleProperties()

Creates an new ScheduleProperties instance.

Properties

Frequency

The frequency of this scheduled task.

Location

The geo-location where the resource lives

ProvisioningState

The provisioning state of the resource.

State

Indicates whether or not this scheduled task is enabled.

Tag

Resource tags.

Time

The target time to trigger the action. The format is HH:MM.

TimeZone

The IANA timezone id at which the schedule should execute.

Type

Supported type this scheduled task represents.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScheduleProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScheduleProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleProperties.

FromJsonString(String)

Creates a new instance of ScheduleProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScheduleProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to