ScheduleProperties 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.
The Schedule properties defining when and what to execute.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.SchedulePropertiesTypeConverter))]
public class ScheduleProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IScheduleProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.SchedulePropertiesTypeConverter))>]
type ScheduleProperties = class
interface IScheduleProperties
interface IJsonSerializable
interface IScheduleUpdateProperties
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. |
ProvisioningState |
The provisioning state of the resource. |
State |
Indicates whether or not this scheduled task is enabled. |
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.Api20231001Preview.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. |