Share via


ContainerRegistryEncryption Class

Definition

The ContainerRegistryEncryption.

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

Constructors

ContainerRegistryEncryption()

Initializes a new instance of ContainerRegistryEncryption.

Properties

KeyVaultProperties

Key vault properties.

Status

Indicates whether or not the encryption is enabled for container registry.

Explicit Interface Implementations

IJsonModel<ContainerRegistryEncryption>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryEncryption>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryEncryption>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryEncryption>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryEncryption>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to