ScheduleUpdate 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 for partial update. Properties not provided in the update request will not be changed.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ScheduleUpdateTypeConverter))]
public class ScheduleUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdate
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ScheduleUpdateTypeConverter))>]
type ScheduleUpdate = class
interface IScheduleUpdate
interface IJsonSerializable
Public Class ScheduleUpdate
Implements IScheduleUpdate
- Inheritance
-
ScheduleUpdate
- Attributes
- Implements
Constructors
ScheduleUpdate() |
Creates an new ScheduleUpdate instance. |
Properties
Frequency |
The frequency of this scheduled task. |
Location |
The geo-location where the resource lives |
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 ScheduleUpdate. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ScheduleUpdate. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdate. |
FromJsonString(String) |
Creates a new instance of ScheduleUpdate, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ScheduleUpdate into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |