ScheduleUpdate Class

Definition

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.Api20231001Preview.ScheduleUpdateTypeConverter))]
public class ScheduleUpdate : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.IScheduleUpdate, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20231001Preview.ScheduleUpdateTypeConverter))>]
type ScheduleUpdate = class
    interface IScheduleUpdate
    interface IJsonSerializable
    interface ITrackedResourceUpdate
    interface IValidates
Public Class ScheduleUpdate
Implements IScheduleUpdate, IValidates
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.Api20231001Preview.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.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to