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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET