Share via


IScheduleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))]
public interface IScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdateProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.SchedulePropertiesTypeConverter))>]
type IScheduleProperties = interface
    interface IJsonSerializable
    interface IScheduleUpdateProperties
    interface ITrackedResourceUpdate
Public Interface IScheduleProperties
Implements IScheduleUpdateProperties
Derived
Attributes
Implements

Properties

Frequency

The frequency of this scheduled task.

(Inherited from IScheduleUpdateProperties)
Location

The geo-location where the resource lives

(Inherited from ITrackedResourceUpdate)
ProvisioningState

The provisioning state of the resource.

State

Indicates whether or not this scheduled task is enabled.

(Inherited from IScheduleUpdateProperties)
Tag

Resource tags.

(Inherited from ITrackedResourceUpdate)
Time

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

(Inherited from IScheduleUpdateProperties)
TimeZone

The IANA timezone id at which the schedule should execute.

(Inherited from IScheduleUpdateProperties)
Type

Supported type this scheduled task represents.

(Inherited from IScheduleUpdateProperties)

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to