GroupContainerGpuLimit

data class GroupContainerGpuLimit(val count: Int? = null, val sku: String? = null)

Constructors

Link copied to clipboard
constructor(count: Int? = null, sku: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val count: Int? = null
Link copied to clipboard
val sku: String? = null

Specifies the sku of the Container Group. Possible values are Confidential, Dedicated and Standard. Defaults to Standard. Changing this forces a new resource to be created.