events

@JvmName(name = "gmnqimcfmvvkxfkh")
suspend fun events(value: Output<List<String>>)
@JvmName(name = "iejrljmdsswffsxj")
suspend fun events(value: List<String>?)

Parameters

value

List of events that will fire this trigger. Possible values are Microsoft.Storage.BlobCreated and Microsoft.Storage.BlobDeleted.


@JvmName(name = "cvkqvegnruhmcqap")
suspend fun events(vararg values: Output<String>)


@JvmName(name = "sdqgfscbondhbcsj")
suspend fun events(values: List<Output<String>>)
@JvmName(name = "nanlgrlagxpyiqfv")
suspend fun events(vararg values: String)

Parameters

values

List of events that will fire this trigger. Possible values are Microsoft.Storage.BlobCreated and Microsoft.Storage.BlobDeleted.