Monitor Plan Args
data class MonitorPlanArgs(val billingCycle: Output<String>? = null, val effectiveDate: Output<String>, val planId: Output<String>? = null, val usageType: Output<String>? = null) : ConvertibleToJava<MonitorPlanArgs>
Properties
Link copied to clipboard
Specifies the billing cycles. Possible values are MONTHLY
, WEEKLY
and YEARLY
. Defaults to MONTHLY
. Changing this forces a new Azure Native New Relic Monitor to be created.
Link copied to clipboard
Specifies the date when plan was applied. Changing this forces a new Azure Native New Relic Monitor to be created.