Share via


FailoverJobCustomProperties Class

Definition

Failover job model custom properties.

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

Properties

AffectedObjectDetails

Gets or sets any custom properties of the affected object.

(Inherited from DataReplicationJobCustomProperties)
ProtectedItemDetails

Gets or sets the failed over protected item details.

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.

(Inherited from DataReplicationJobCustomProperties)
IJsonModel<DataReplicationJobCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataReplicationJobCustomProperties)
IJsonModel<FailoverJobCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<FailoverJobCustomProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataReplicationJobCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataReplicationJobCustomProperties)
IPersistableModel<DataReplicationJobCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataReplicationJobCustomProperties)
IPersistableModel<DataReplicationJobCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataReplicationJobCustomProperties)
IPersistableModel<FailoverJobCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FailoverJobCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FailoverJobCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to