DpmJobTaskDetails 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
DpmJobTaskDetails() |
Initializes a new instance of the DpmJobTaskDetails class. |
DpmJobTaskDetails(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<TimeSpan>, String) |
Initializes a new instance of the DpmJobTaskDetails class. |
DpmJobTaskDetails()
Initializes a new instance of the DpmJobTaskDetails class.
public DpmJobTaskDetails ();
Public Sub New ()
Applies to
DpmJobTaskDetails(String, Nullable<DateTime>, Nullable<DateTime>, Nullable<TimeSpan>, String)
Initializes a new instance of the DpmJobTaskDetails class.
public DpmJobTaskDetails (string taskId = default, DateTime? startTime = default, DateTime? endTime = default, TimeSpan? duration = default, string status = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.DpmJobTaskDetails : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<TimeSpan> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.DpmJobTaskDetails
Public Sub New (Optional taskId As String = Nothing, Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional duration As Nullable(Of TimeSpan) = Nothing, Optional status As String = Nothing)
Parameters
- taskId
- String
The task display name.
- status
- String
The status.
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