Sku Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET