SyncCertRecordResult Class

Definition

Synchronize certification record response.

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

Properties

CertRecord

certification record synchronized.

Explicit Interface Implementations

IJsonModel<SyncCertRecordResult>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<SyncCertRecordResult>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SyncCertRecordResult>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<SyncCertRecordResult>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<SyncCertRecordResult>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to