get Retention Policy
Get a Retention Policy Uses Azure REST API version 2025-04-01-preview.
Return
A retention policy resource belonging to the scheduler
Parameters
argument
null
suspend fun getRetentionPolicy(resourceGroupName: String, schedulerName: String): GetRetentionPolicyResult
Return
A retention policy resource belonging to the scheduler
Parameters
resource Group Name
The name of the resource group. The name is case insensitive.
scheduler Name
The name of the Scheduler
See also
suspend fun getRetentionPolicy(argument: suspend GetRetentionPolicyPlainArgsBuilder.() -> Unit): GetRetentionPolicyResult
Return
A retention policy resource belonging to the scheduler
Parameters
argument
Builder for com.pulumi.azurenative.durabletask.kotlin.inputs.GetRetentionPolicyPlainArgs.