Share via


TestFailoverJobDetails Class

Definition

This class represents the details for a test failover job.

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

Properties

AffectedObjectDetails

The affected object properties like source server, source cloud, target server, target cloud etc. based on the workflow object details.

(Inherited from SiteRecoveryJobDetails)
Comments

The test failover comments.

NetworkFriendlyName

The test network friendly name.

NetworkName

The test network name.

NetworkType

The test network type (see TestFailoverInput enum for possible values).

ProtectedItemDetails

The test VM details.

TestFailoverStatus

The test failover status.

Explicit Interface Implementations

IJsonModel<SiteRecoveryJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

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

Writes the model to the provided Utf8JsonWriter.

(Inherited from SiteRecoveryJobDetails)
IJsonModel<TestFailoverJobDetails>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<TestFailoverJobDetails>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<SiteRecoveryJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

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

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

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

Writes the model into a BinaryData.

(Inherited from SiteRecoveryJobDetails)
IPersistableModel<TestFailoverJobDetails>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<TestFailoverJobDetails>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<TestFailoverJobDetails>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to