Share via


TestFailoverJobCustomProperties Class

Definition

Test failover job model custom properties.

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

Properties

AffectedObjectDetails

Gets or sets any custom properties of the affected object.

(Inherited from DataReplicationJobCustomProperties)
ProtectedItemDetails

Gets or sets the test VM 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<TestFailoverJobCustomProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestFailoverJobCustomProperties>.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<TestFailoverJobCustomProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestFailoverJobCustomProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestFailoverJobCustomProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to