GroupContainerGpuLimitArgs

data class GroupContainerGpuLimitArgs(val count: Output<Int>? = null, val sku: Output<String>? = null) : ConvertibleToJava<GroupContainerGpuLimitArgs>

Constructors

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

Properties

Link copied to clipboard
val count: Output<Int>? = null
Link copied to clipboard
val sku: Output<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.

Functions

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