JobTaskDetails Constructors
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.
Overloads
JobTaskDetails() |
Initializes a new instance of the JobTaskDetails class. |
JobTaskDetails(JobEntity) |
Initializes a new instance of the JobTaskDetails class. |
JobTaskDetails()
Initializes a new instance of the JobTaskDetails class.
public JobTaskDetails ();
Public Sub New ()
Applies to
JobTaskDetails(JobEntity)
Initializes a new instance of the JobTaskDetails class.
public JobTaskDetails (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity jobTask = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobTaskDetails : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobEntity -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.JobTaskDetails
Public Sub New (Optional jobTask As JobEntity = Nothing)
Parameters
- jobTask
- JobEntity
The job entity.