你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

FailoverJobDetails Class

Definition

This class represents the details for a failover job.

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

Constructors

FailoverJobDetails()

Initializes a new instance of the FailoverJobDetails class.

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

Initializes a new instance of the FailoverJobDetails 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)
ProtectedItemDetails

Gets or sets the test VM details.

Applies to