AppFlexConsumptionAlwaysReady

data class AppFlexConsumptionAlwaysReady(val instanceCount: Int? = null, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceCount: 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

The name of the always_ready of the Function App.