ISchedule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ScheduleTypeConverter))]
public interface ISchedule : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ScheduleTypeConverter))>]
type ISchedule = interface
    interface IJsonSerializable
Public Interface ISchedule
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Frequency

The frequency of this scheduled task.

Name

Display name for the Schedule

SourceType

The type of the resource that this schedule belongs to

SourceUri

The URI of the resource that this schedule belongs to

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.

Uri

The unique URI of the schedule

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to