PeriodicTimerSourceInfo Class

Periodic timer event source.

All required parameters must be populated in order to send to Azure.

Inheritance
msrest.serialization.Model
PeriodicTimerSourceInfo

Constructor

PeriodicTimerSourceInfo(*, start_time: datetime, schedule: str, topic: str | None = None, **kwargs)

Parameters

Name Description
start_time
Required

Required. 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.

schedule
Required
str

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

topic
Required
str

Topic where periodic events are published to IoT device.

Keyword-Only Parameters

Name Description
start_time
Required
schedule
Required
topic
Required