Schedule Response
data class ScheduleResponse(val action: Either<EndpointScheduleActionResponse, JobScheduleActionResponse>, val description: String? = null, val displayName: String? = null, val isEnabled: Boolean? = null, val properties: Map<String, String>? = null, val provisioningState: String, val tags: Map<String, String>? = null, val trigger: Either<CronTriggerResponse, RecurrenceTriggerResponse>)
Base definition of a schedule
Constructors
Link copied to clipboard
constructor(action: Either<EndpointScheduleActionResponse, JobScheduleActionResponse>, description: String? = null, displayName: String? = null, isEnabled: Boolean? = null, properties: Map<String, String>? = null, provisioningState: String, tags: Map<String, String>? = null, trigger: Either<CronTriggerResponse, RecurrenceTriggerResponse>)
Properties
Link copied to clipboard
Required Specifies the action of the schedule
Link copied to clipboard
The asset description text.
Link copied to clipboard
Display name of schedule.
Link copied to clipboard
The asset property dictionary.
Link copied to clipboard
Provisioning state for the schedule.
Link copied to clipboard
Required Specifies the trigger details