Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class RetentionPolicy : KotlinCustomResource

A retention policy resource belonging to the scheduler Uses Azure REST API version 2025-04-01-preview.

Link copied to clipboard
data class RetentionPolicyArgs(val properties: Output<RetentionPolicyPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val schedulerName: Output<String>? = null) : ConvertibleToJava<RetentionPolicyArgs>

A retention policy resource belonging to the scheduler Uses Azure REST API version 2025-04-01-preview.

Link copied to clipboard
object RetentionPolicyMapper : ResourceMapper<RetentionPolicy>
Link copied to clipboard
class Scheduler : KotlinCustomResource

A Durable Task Scheduler resource Uses Azure REST API version 2024-10-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-01-preview. Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native durabletask [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class SchedulerArgs(val location: Output<String>? = null, val properties: Output<SchedulerPropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val schedulerName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<SchedulerArgs>

A Durable Task Scheduler resource Uses Azure REST API version 2024-10-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-01-preview. Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native durabletask [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object SchedulerMapper : ResourceMapper<Scheduler>
Link copied to clipboard
Link copied to clipboard
class TaskHub : KotlinCustomResource

A Task Hub resource belonging to the scheduler Uses Azure REST API version 2024-10-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-01-preview. Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native durabletask [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class TaskHubArgs(val resourceGroupName: Output<String>? = null, val schedulerName: Output<String>? = null, val taskHubName: Output<String>? = null) : ConvertibleToJava<TaskHubArgs>

A Task Hub resource belonging to the scheduler Uses Azure REST API version 2024-10-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-10-01-preview. Other available API versions: 2025-04-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native durabletask [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object TaskHubMapper : ResourceMapper<TaskHub>
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun scheduler(name: String, block: suspend SchedulerResourceBuilder.() -> Unit): Scheduler
Link copied to clipboard
fun taskHub(name: String): TaskHub
suspend fun taskHub(name: String, block: suspend TaskHubResourceBuilder.() -> Unit): TaskHub