Delen via


JobStatusEventDetails Class

Definition

Model class for event details of a job status event.

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

Constructors

JobStatusEventDetails()

Initializes a new instance of the JobStatusEventDetails class.

JobStatusEventDetails(String, String, String, String)

Initializes a new instance of the JobStatusEventDetails class.

Properties

AffectedObjectType

Gets or sets affectedObjectType for the event.

JobFriendlyName

Gets or sets jobName for the Event.

JobId

Gets or sets job arm id for the event.

JobStatus

Gets or sets jobStatus for the Event.

Applies to