Compartir a través de


ScheduleUpdateProperties Class

Definition

Updatable properties of a Schedule.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ScheduleUpdatePropertiesTypeConverter))]
public class ScheduleUpdateProperties : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdateProperties, Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.ScheduleUpdatePropertiesTypeConverter))>]
type ScheduleUpdateProperties = class
    interface IScheduleUpdateProperties
    interface IJsonSerializable
    interface ITrackedResourceUpdate
    interface IValidates
Public Class ScheduleUpdateProperties
Implements IScheduleUpdateProperties, IValidates
Inheritance
ScheduleUpdateProperties
Attributes
Implements

Constructors

ScheduleUpdateProperties()

Creates an new ScheduleUpdateProperties 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 ScheduleUpdateProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScheduleUpdateProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api20240501Preview.IScheduleUpdateProperties.

FromJsonString(String)

Creates a new instance of ScheduleUpdateProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScheduleUpdateProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to