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

PeriodicTimerSourceInfo interface

Periodic timer event source.

Properties

schedule

Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

startTime

The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.

topic

Topic where periodic events are published to IoT device.

Property Details

schedule

Periodic frequency at which timer event needs to be raised. Supports daily, hourly, minutes, and seconds.

schedule: string

Property Value

string

startTime

The time of the day that results in a valid trigger. Schedule is computed with reference to the time specified upto seconds. If timezone is not specified the time will considered to be in device timezone. The value will always be returned as UTC time.

startTime: Date

Property Value

Date

topic

Topic where periodic events are published to IoT device.

topic?: string

Property Value

string