SkuResponse

data class SkuResponse(val name: String, val tier: String)

The SKU of a container registry.

Constructors

Link copied to clipboard
constructor(name: String, tier: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The SKU name of the container registry. Required for registry creation.

Link copied to clipboard

The SKU tier based on the SKU name.