Schedule Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Schedule to execute action.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ScheduleTypeConverter))]
public class Schedule : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ISchedule
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ScheduleTypeConverter))>]
type Schedule = class
interface ISchedule
interface IJsonSerializable
Public Class Schedule
Implements ISchedule
- Inheritance
-
Schedule
- Attributes
- Implements
Constructors
Schedule() |
Creates an new Schedule instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of Schedule. |
DeserializeFromPSObject(PSObject) | |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20231001Preview.ISchedule. |
FromJsonString(String) |
Creates a new instance of Schedule, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) | |
ToJsonString() |
Serializes this instance to a json string. |