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.CrossRegionRestore.Models.DpmJobTaskDetails : string * Nullable<DateTime> * Nullable<DateTime> * Nullable<TimeSpan> * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET