webhooks

@JvmName(name = "jaiuqnrjbiykjhcd")
suspend fun webhooks(value: Output<Map<String, AzureDevOpsWebhookArgs>>)
@JvmName(name = "hgveocabelrbboyb")
suspend fun webhooks(value: Map<String, AzureDevOpsWebhookArgs>?)

Parameters

value

Send webhook callback to a service. Key is a user-provided name for the webhook.


@JvmName(name = "hoajfyiocktdjpgj")
suspend fun webhooks(vararg argument: Pair<String, suspend AzureDevOpsWebhookArgsBuilder.() -> Unit>)

Parameters

argument

Send webhook callback to a service. Key is a user-provided name for the webhook.


@JvmName(name = "ynkgrwudgbnoesdd")
fun webhooks(vararg values: Pair<String, AzureDevOpsWebhookArgs>)

Parameters

values

Send webhook callback to a service. Key is a user-provided name for the webhook.