GetScheduledTriggerResult

data class GetScheduledTriggerResult(val azureApiVersion: String, val createdAt: String, val id: String, val kind: String, val name: String, val provisioningState: String, val recurrenceInterval: String, val synchronizationMode: String? = null, val synchronizationTime: String, val systemData: SystemDataResponse, val triggerStatus: String, val type: String, val userName: String)

A type of trigger based on schedule

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, createdAt: String, id: String, kind: String, name: String, provisioningState: String, recurrenceInterval: String, synchronizationMode: String? = null, synchronizationTime: String, systemData: SystemDataResponse, triggerStatus: String, type: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Time at which the trigger was created.

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of synchronization on trigger. Expected value is 'ScheduleBased'.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

Gets the provisioning state

Link copied to clipboard

Recurrence Interval

Link copied to clipboard

Synchronization mode

Link copied to clipboard

Synchronization time

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Gets the trigger state

Link copied to clipboard

Type of the azure resource

Link copied to clipboard

Name of the user who created the trigger.