Freigeben über


ContainerRegistryTlsCertificateProperties Class

Definition

The TLS certificate properties of the connected registry login server.

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

Properties

CertificateLocation

Indicates the location of the certificates.

CertificateType

The type of certificate location.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerRegistryTlsCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistryTlsCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistryTlsCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistryTlsCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistryTlsCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to