Durabletask Functions
object DurabletaskFunctions
Functions
Link copied to clipboard
Get a Retention Policy Uses Azure REST API version 2025-04-01-preview.
suspend fun getRetentionPolicy(argument: suspend GetRetentionPolicyPlainArgsBuilder.() -> Unit): GetRetentionPolicyResult
suspend fun getRetentionPolicy(resourceGroupName: String, schedulerName: String): GetRetentionPolicyResult
Link copied to clipboard
Get a Scheduler Uses Azure REST 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.
suspend fun getScheduler(argument: suspend GetSchedulerPlainArgsBuilder.() -> Unit): GetSchedulerResult
Link copied to clipboard
Get a Task Hub Uses Azure REST 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.
suspend fun getTaskHub(resourceGroupName: String, schedulerName: String, taskHubName: String): GetTaskHubResult