GetTriggerResult

data class GetTriggerResult(val id: String, val kind: String, val name: String, val systemData: SystemDataResponse, val type: String)

A Trigger data transfer object.

Constructors

Link copied to clipboard
fun GetTriggerResult(id: String, kind: String, name: String, systemData: SystemDataResponse, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The resource id of the azure resource

Link copied to clipboard

Kind of synchronization on trigger.

Link copied to clipboard

Name of the azure resource

Link copied to clipboard

System Data of the Azure resource.

Link copied to clipboard

Type of the azure resource