Bagikan melalui


RecoveryServicesCertificateContent Class

Definition

Details of the certificate to be uploaded to the vault.

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

Constructors

RecoveryServicesCertificateContent()

Initializes a new instance of RecoveryServicesCertificateContent.

Properties

Properties

Raw certificate data.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<RecoveryServicesCertificateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<RecoveryServicesCertificateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<RecoveryServicesCertificateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<RecoveryServicesCertificateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<RecoveryServicesCertificateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to