JobTaskDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class represents a task which is actually a workflow so that one can navigate to its individual drill down.
[Newtonsoft.Json.JsonObject("JobTaskDetails")]
public class JobTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.TaskTypeDetails
[<Newtonsoft.Json.JsonObject("JobTaskDetails")>]
type JobTaskDetails = class
inherit TaskTypeDetails
Public Class JobTaskDetails
Inherits TaskTypeDetails
- Inheritance
- Derived
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
JobTaskDetails() |
Initializes a new instance of the JobTaskDetails class. |
JobTaskDetails(JobEntity) |
Initializes a new instance of the JobTaskDetails class. |
Properties
JobTask |
Gets or sets the job entity. |