GetTriggerSchedulesPlainArgs

data class GetTriggerSchedulesPlainArgs(val dataFactoryId: String) : ConvertibleToJava<GetTriggerSchedulesPlainArgs>

A collection of arguments for invoking getTriggerSchedules.

Constructors

Link copied to clipboard
constructor(dataFactoryId: String)

Properties

Link copied to clipboard

The ID of the Azure Data Factory to fetch trigger schedules from.

Functions

Link copied to clipboard
open override fun toJava(): GetTriggerSchedulesPlainArgs