Package-level declarations

Types

Link copied to clipboard
data class GetRetentionPolicyPlainArgs(val resourceGroupName: String, val schedulerName: String) : ConvertibleToJava<GetRetentionPolicyPlainArgs>
Link copied to clipboard
data class GetSchedulerPlainArgs(val resourceGroupName: String, val schedulerName: String) : ConvertibleToJava<GetSchedulerPlainArgs>
Link copied to clipboard
data class GetTaskHubPlainArgs(val resourceGroupName: String, val schedulerName: String, val taskHubName: String) : ConvertibleToJava<GetTaskHubPlainArgs>
Link copied to clipboard
data class RetentionPolicyDetailsArgs(val orchestrationState: Output<Either<String, PurgeableOrchestrationState>>? = null, val retentionPeriodInDays: Output<Int>) : ConvertibleToJava<RetentionPolicyDetailsArgs>

The properties of a retention policy

Link copied to clipboard
data class RetentionPolicyPropertiesArgs(val retentionPolicies: Output<List<RetentionPolicyDetailsArgs>>? = null) : ConvertibleToJava<RetentionPolicyPropertiesArgs>

The retention policy settings for the resource

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

Details of the Scheduler

Link copied to clipboard
data class SchedulerSkuArgs(val capacity: Output<Int>? = null, val name: Output<String>) : ConvertibleToJava<SchedulerSkuArgs>

The SKU (Stock Keeping Unit) assigned to this durable task scheduler

Link copied to clipboard