SchedulerPropertiesResponse

data class SchedulerPropertiesResponse(val endpoint: String, val ipAllowlist: List<String>, val provisioningState: String, val sku: SchedulerSkuResponse)

Details of the Scheduler

Constructors

Link copied to clipboard
constructor(endpoint: String, ipAllowlist: List<String>, provisioningState: String, sku: SchedulerSkuResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

URL of the durable task scheduler

Link copied to clipboard

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

Link copied to clipboard

The status of the last operation

Link copied to clipboard

SKU of the durable task scheduler