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>
type ContainerRegistryEncryption = class
    interface IJsonModel<ContainerRegistryEncryption>
    interface IPersistableModel<ContainerRegistryEncryption>
Public Class ContainerRegistryEncryption
Implements IJsonModel(Of ContainerRegistryEncryption), IPersistableModel(Of ContainerRegistryEncryption)
Inheritance
ContainerRegistryEncryption
Implements

Constructors

Name Description
ContainerRegistryEncryption()

Initializes a new instance of ContainerRegistryEncryption.

Properties

Name Description
KeyVaultProperties

Key vault properties.

Status

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

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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