RenewCertificateContent Class

Definition

Certificate renewal input.

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

Constructors

RenewCertificateContent()

Initializes a new instance of RenewCertificateContent.

Properties

RenewCertificateType

Renew certificate type.

Explicit Interface Implementations

IJsonModel<RenewCertificateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RenewCertificateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RenewCertificateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RenewCertificateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RenewCertificateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to