Package-level declarations
Types
Link copied to clipboard
Represents an instance of an auto scale v-core resource. API Version: 2021-01-01.
Link copied to clipboard
data class AutoScaleVCoreArgs(val capacityLimit: Output<Int>? = null, val capacityObjectId: Output<String>? = null, val location: Output<String>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<AutoScaleVCoreSkuArgs>? = null, val systemData: Output<SystemDataArgs>? = null, val tags: Output<Map<String, String>>? = null, val vcoreName: Output<String>? = null) : ConvertibleToJava<AutoScaleVCoreArgs>
Represents an instance of an auto scale v-core resource. API Version: 2021-01-01.
Link copied to clipboard
Builder for AutoScaleVCoreArgs.
Link copied to clipboard
Link copied to clipboard
Builder for AutoScaleVCore.
Link copied to clipboard
Represents an instance of a Dedicated Capacity resource. API Version: 2021-01-01.
Link copied to clipboard
data class CapacityDetailsArgs(val administration: Output<DedicatedCapacityAdministratorsArgs>? = null, val dedicatedCapacityName: Output<String>? = null, val location: Output<String>? = null, val mode: Output<Either<String, Mode>>? = null, val resourceGroupName: Output<String>? = null, val sku: Output<CapacitySkuArgs>? = null, val systemData: Output<SystemDataArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<CapacityDetailsArgs>
Represents an instance of a Dedicated Capacity resource. API Version: 2021-01-01.
Link copied to clipboard
Builder for CapacityDetailsArgs.
Link copied to clipboard
Link copied to clipboard
Builder for CapacityDetails.
Link copied to clipboard
object PowerbidedicatedFunctions
Functions
Link copied to clipboard
suspend fun autoScaleVCore(name: String, block: suspend AutoScaleVCoreResourceBuilder.() -> Unit): AutoScaleVCore
Link copied to clipboard
suspend fun capacityDetails(name: String, block: suspend CapacityDetailsResourceBuilder.() -> Unit): CapacityDetails