Sku Class

Definition

The SKU of a container registry.

public class Sku
type Sku = class
Public Class Sku
Inheritance
Sku

Constructors

Sku()

Initializes a new instance of the Sku class.

Sku(String, String)

Initializes a new instance of the Sku class.

Properties

Name

Gets or sets the SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'

Tier

Gets the SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'

Methods

Validate()

Validate the object.

Applies to