Aracılığıyla paylaş


AsrJobDetails Class

Definition

This class represents job details based on specific job type.

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

Constructors

AsrJobDetails()

Initializes a new instance of the AsrJobDetails class.

AsrJobDetails(IDictionary<String,String>)

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

Applies to