AffectedObjectDetails Class

Definition

Details of the affected object.

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

Properties

Name Description
Description

Description of the affected object details.

Type

Type of the affected object details.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<AffectedObjectDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<AffectedObjectDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<AffectedObjectDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AffectedObjectDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<AffectedObjectDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to