GetTriggerScheduleResult

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.

Constructors

Link copied to clipboard
constructor(activated: Boolean, annotations: List<String>, dataFactoryId: String, description: String, endTime: String, frequency: String, id: String, interval: Int, name: String, pipelineName: String, schedules: List<GetTriggerScheduleSchedule>, startTime: String, timeZone: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies if the Data Factory Schedule Trigger is activated.

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 time the Schedule Trigger should end. The time will be represented in UTC.

Link copied to clipboard

The trigger frequency.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The interval for how often the trigger occurs.

Link copied to clipboard
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.

Link copied to clipboard

The time the Schedule Trigger will start. The time will be represented in UTC.

Link copied to clipboard

The timezone of the start/end time.