GetTriggerSchedulePlainArgs

data class GetTriggerSchedulePlainArgs(val dataFactoryId: String, val name: String) : ConvertibleToJava<GetTriggerSchedulePlainArgs>

A collection of arguments for invoking getTriggerSchedule.

Constructors

Link copied to clipboard
constructor(dataFactoryId: String, name: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

The name of the trigger schedule.

Functions

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