AppFlexConsumptionAlwaysReadyArgs

data class AppFlexConsumptionAlwaysReadyArgs(val instanceCount: Output<Int>? = null, val name: Output<String>) : ConvertibleToJava<AppFlexConsumptionAlwaysReadyArgs>

Constructors

Link copied to clipboard
constructor(instanceCount: Output<Int>? = null, name: Output<String>)

Properties

Link copied to clipboard
val instanceCount: Output<Int>? = null

The instance count of the always_ready of the Function App. The minimum number is 0. The total number of instance_count should not exceed the maximum_instance_count.

Link copied to clipboard
val name: Output<String>

The name of the always_ready of the Function App.

Functions

Link copied to clipboard
open override fun toJava(): AppFlexConsumptionAlwaysReadyArgs