Cloud Service Role Sku Args
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.