Share via


DataReplicationJobCustomProperties Class

Definition

Job model custom properties. Please note DataReplicationJobCustomProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include FailoverJobCustomProperties, TestFailoverCleanupJobCustomProperties and TestFailoverJobCustomProperties.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesDataReplication.Models.UnknownDataReplicationJobCustomProperties))]
public abstract class DataReplicationJobCustomProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationJobCustomProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.RecoveryServicesDataReplication.Models.DataReplicationJobCustomProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.RecoveryServicesDataReplication.Models.UnknownDataReplicationJobCustomProperties))>]
type DataReplicationJobCustomProperties = class
    interface IJsonModel<DataReplicationJobCustomProperties>
    interface IPersistableModel<DataReplicationJobCustomProperties>
Public MustInherit Class DataReplicationJobCustomProperties
Implements IJsonModel(Of DataReplicationJobCustomProperties), IPersistableModel(Of DataReplicationJobCustomProperties)
Inheritance
DataReplicationJobCustomProperties
Derived
Attributes
Implements

Constructors

DataReplicationJobCustomProperties()

Initializes a new instance of DataReplicationJobCustomProperties.

Properties

AffectedObjectDetails

Gets or sets any custom properties of the affected object.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<DataReplicationJobCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataReplicationJobCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationJobCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataReplicationJobCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataReplicationJobCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to