你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ISchedule Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ScheduleTypeConverter))]
public interface ISchedule : Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenterdata.Models.Api20240501Preview.ScheduleTypeConverter))>]
type ISchedule = interface
    interface IJsonSerializable
Public Interface ISchedule
Implements IJsonSerializable
Derived
Attributes
Implements

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to