CloudServiceRoleSkuArgs

data class CloudServiceRoleSkuArgs(val capacity: Output<Double>? = null, val name: Output<String>? = null, val tier: Output<String>? = null) : ConvertibleToJava<CloudServiceRoleSkuArgs>

Describes the cloud service role sku.

Constructors

Link copied to clipboard
constructor(capacity: Output<Double>? = null, name: Output<String>? = null, tier: Output<String>? = null)

Properties

Link copied to clipboard
val capacity: Output<Double>? = null

Specifies the number of role instances in the cloud service.

Link copied to clipboard
val name: Output<String>? = null

The sku name. NOTE: If the new SKU is not supported on the hardware the cloud service is currently on, you need to delete and recreate the cloud service or move back to the old sku.

Link copied to clipboard
val tier: Output<String>? = null

Specifies the tier of the cloud service. Possible Values are

Standard

Basic

Functions

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