Sku Constructors
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.
Overloads
Sku() |
Initializes a new instance of the Sku class. |
Sku(String, String) |
Initializes a new instance of the Sku class. |
Sku()
Initializes a new instance of the Sku class.
public Sku ();
Public Sub New ()
Applies to
Sku(String, String)
Initializes a new instance of the Sku class.
public Sku (string name, string tier = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Sku : string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.Sku
Public Sub New (name As String, Optional tier As String = Nothing)
Parameters
- name
- String
The SKU name of the container registry. Required for registry creation. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'
- tier
- String
The SKU tier based on the SKU name. Possible values include: 'Classic', 'Basic', 'Standard', 'Premium'