FrontDoorSecretMtlsCertificateChain Class

Definition

Server-side certificate used for mTLS validation.

public class FrontDoorSecretMtlsCertificateChain : Azure.ResourceManager.Cdn.Models.FrontDoorSecretProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.FrontDoorSecretMtlsCertificateChain>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.FrontDoorSecretMtlsCertificateChain>
type FrontDoorSecretMtlsCertificateChain = class
    inherit FrontDoorSecretProperties
    interface IJsonModel<FrontDoorSecretMtlsCertificateChain>
    interface IPersistableModel<FrontDoorSecretMtlsCertificateChain>
Public Class FrontDoorSecretMtlsCertificateChain
Inherits FrontDoorSecretProperties
Implements IJsonModel(Of FrontDoorSecretMtlsCertificateChain), IPersistableModel(Of FrontDoorSecretMtlsCertificateChain)
Inheritance
FrontDoorSecretMtlsCertificateChain
Implements

Constructors

Name Description
FrontDoorSecretMtlsCertificateChain(String)

Initializes a new instance of FrontDoorSecretMtlsCertificateChain.

Properties

Name Description
ExpireOn

Soonest expiration date among certificates in customer's certificate chain in ISO 8601 compliant format yyyy-MM-ddTHH:mm:ss.fffffffK in UTC.

SecretSourceId

Resource ID.

SecretVersion

Version of the secret to be used.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<FrontDoorSecretMtlsCertificateChain>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<FrontDoorSecretMtlsCertificateChain>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IJsonModel<FrontDoorSecretProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from FrontDoorSecretProperties)
IJsonModel<FrontDoorSecretProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FrontDoorSecretProperties)
IPersistableModel<FrontDoorSecretMtlsCertificateChain>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<FrontDoorSecretMtlsCertificateChain>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<FrontDoorSecretMtlsCertificateChain>.Write(ModelReaderWriterOptions)
IPersistableModel<FrontDoorSecretProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FrontDoorSecretProperties)
IPersistableModel<FrontDoorSecretProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from FrontDoorSecretProperties)
IPersistableModel<FrontDoorSecretProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FrontDoorSecretProperties)

Applies to