Delen via


TestFailoverJobDetails Class

Definition

This class represents the details for a test failover job.

[Newtonsoft.Json.JsonObject("TestFailoverJobDetails")]
public class TestFailoverJobDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobDetails
[<Newtonsoft.Json.JsonObject("TestFailoverJobDetails")>]
type TestFailoverJobDetails = class
    inherit JobDetails
Public Class TestFailoverJobDetails
Inherits JobDetails
Inheritance
TestFailoverJobDetails
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

TestFailoverJobDetails()

Initializes a new instance of the TestFailoverJobDetails class.

TestFailoverJobDetails(IDictionary<String,String>, String, String, String, String, String, IList<FailoverReplicationProtectedItemDetails>)

Initializes a new instance of the TestFailoverJobDetails class.

Properties

AffectedObjectDetails

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

(Inherited from JobDetails)
Comments

Gets or sets the test failover comments.

NetworkFriendlyName

Gets or sets the test network friendly name.

NetworkName

Gets or sets the test network name.

NetworkType

Gets or sets the test network type (see TestFailoverInput enum for possible values).

ProtectedItemDetails

Gets or sets the test VM details.

TestFailoverStatus

Gets or sets the test failover status.

Applies to