SchedulerPropertiesArgs

data class SchedulerPropertiesArgs(val ipAllowlist: Output<List<String>>, val sku: Output<SchedulerSkuArgs>) : ConvertibleToJava<SchedulerPropertiesArgs>

Details of the Scheduler

Constructors

Link copied to clipboard
constructor(ipAllowlist: Output<List<String>>, sku: Output<SchedulerSkuArgs>)

Properties

Link copied to clipboard
val ipAllowlist: Output<List<String>>

IP allow list for durable task scheduler. Values can be IPv4, IPv6 or CIDR

Link copied to clipboard
val sku: Output<SchedulerSkuArgs>

SKU of the durable task scheduler

Functions

Link copied to clipboard
open override fun toJava(): SchedulerPropertiesArgs