Package version:

The SKU of a container registry.

interface Sku {
    name: string;
    tier?: string;
}

Properties

Properties

name: string

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

tier?: string

The SKU tier based on the SKU name. NOTE: This property will not be serialized. It can only be populated by the server.