Share via


ManagedCertificateProperties Class

Definition

Managed Certificate used for https.

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

Constructors

ManagedCertificateProperties()

Initializes a new instance of ManagedCertificateProperties.

Properties

ExpiresOn

Certificate expiration date.

Subject

Subject name in the certificate.

Explicit Interface Implementations

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)
IJsonModel<ManagedCertificateProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ManagedCertificateProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

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)
IPersistableModel<ManagedCertificateProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ManagedCertificateProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ManagedCertificateProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to