CSMJobTaskDetails 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.
Class that describes subtasks of a job
public class CSMJobTaskDetails
type CSMJobTaskDetails = class
Public Class CSMJobTaskDetails
- Inheritance
-
CSMJobTaskDetails
Constructors
CSMJobTaskDetails() |
Initializes a new instance of the CSMJobTaskDetails class. |
Properties
Duration |
Required. Field to indicate the duration |
EndTime |
Required. Field to indicate endtime of the task |
ProgressPercentage |
Optional. Field to indicate progress percentage of each subtask |
StartTime |
Required. Field to indicate starttime of the task |
Status |
Required. Field to indicate status |
TaskId |
Required. Name of the subtask |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET