Share via


ContainerRegistrySku Class

Definition

The SKU of a container registry.

public class ContainerRegistrySku : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySku>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySku>
public class ContainerRegistrySku
type ContainerRegistrySku = class
    interface IJsonModel<ContainerRegistrySku>
    interface IPersistableModel<ContainerRegistrySku>
type ContainerRegistrySku = class
Public Class ContainerRegistrySku
Implements IJsonModel(Of ContainerRegistrySku), IPersistableModel(Of ContainerRegistrySku)
Public Class ContainerRegistrySku
Inheritance
ContainerRegistrySku
Implements

Constructors

ContainerRegistrySku(ContainerRegistrySkuName)

Initializes a new instance of ContainerRegistrySku.

Properties

Name

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

Tier

The SKU tier based on the SKU name.

Explicit Interface Implementations

IJsonModel<ContainerRegistrySku>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ContainerRegistrySku>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistrySku>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistrySku>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ContainerRegistrySku>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to