contactEmails

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

Parameters

value

Email addresses to send the notification to when the threshold is breached. 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. Supported for CategoryType(s): Cost, ReservationUtilization.


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


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

Parameters

values

Email addresses to send the notification to when the threshold is breached. 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. Supported for CategoryType(s): Cost, ReservationUtilization.