Get Trigger Schedule Result
data class GetTriggerScheduleResult(val activated: Boolean, val annotations: List<String>, val dataFactoryId: String, val description: String, val endTime: String, val frequency: String, val id: String, val interval: Int, val name: String, val pipelineName: String, val schedules: List<GetTriggerScheduleSchedule>, val startTime: String, val timeZone: String)
A collection of values returned by getTriggerSchedule.
Properties
Link copied to clipboard
List of tags that can be used for describing the Data Factory Schedule Trigger.
Link copied to clipboard
Link copied to clipboard
The Schedule Trigger's description.
Link copied to clipboard
The Data Factory Pipeline name that the trigger will act on.
Link copied to clipboard
A schedule
block as described below, which further specifies the recurrence schedule for the trigger.