Share via


CertManagerCertConfig Class

Definition

Cert Manager Cert properties.

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

Constructors

CertManagerCertConfig(String, String, CertManagerPrivateKey)

Initializes a new instance of CertManagerCertConfig.

Properties

Duration

Lifetime of certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

PrivateKey

Configuration of certificate private key.

RenewBefore

When to begin renewing certificate. Must be specified using a Go time.Duration format (h|m|s). E.g. 240h for 240 hours and 45m for 45 minutes.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<CertManagerCertConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<CertManagerCertConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<CertManagerCertConfig>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<CertManagerCertConfig>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<CertManagerCertConfig>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to