contactEmails

@JvmName(name = "arnqfpwokccglubi")
suspend fun contactEmails(value: Output<List<String>>)
@JvmName(name = "fnprwkhvexodmaaf")
suspend fun contactEmails(value: List<String>)

Parameters

value

Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.


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


@JvmName(name = "ktfqyunvulmamqfa")
suspend fun contactEmails(values: List<Output<String>>)
@JvmName(name = "vbfkuvicewddtjrb")
suspend fun contactEmails(vararg values: String)

Parameters

values

Email addresses to send the budget notification to when the threshold is exceeded. Must have at least one contact email or contact group specified at the Subscription or Resource Group scopes. All other scopes must have at least one contact email specified.