ContainerAppCertificateProperties Class

Definition

Certificate resource specific properties.

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

Constructors

ContainerAppCertificateProperties()

Initializes a new instance of ContainerAppCertificateProperties.

Properties

ExpireOn

Certificate expiration date.

IssueOn

Certificate issue Date.

Issuer

Certificate issuer.

IsValid

Is the certificate valid?.

Password

Certificate password.

ProvisioningState

Provisioning state of the certificate.

PublicKeyHash

Public key hash.

SubjectAlternativeNames

Subject alternative names the certificate applies to.

SubjectName

Subject name of the certificate.

Thumbprint

Certificate thumbprint.

Value

PFX or PEM blob.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ContainerAppCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerAppCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerAppCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerAppCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerAppCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to