Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.DpmJobTaskDetails
-
Packages that use DpmJobTaskDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of DpmJobTaskDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return DpmJobTaskDetails Modifier and Type Method Description DpmJobTaskDetails
DpmJobTaskDetails. withDuration(Duration duration)
Set the duration property: Time elapsed for task.DpmJobTaskDetails
DpmJobTaskDetails. withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time.DpmJobTaskDetails
DpmJobTaskDetails. withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time.DpmJobTaskDetails
DpmJobTaskDetails. withStatus(String status)
Set the status property: The status.DpmJobTaskDetails
DpmJobTaskDetails. withTaskId(String taskId)
Set the taskId property: The task display name.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type DpmJobTaskDetails Modifier and Type Method Description List<DpmJobTaskDetails>
DpmJobExtendedInfo. tasksList()
Get the tasksList property: List of tasks associated with this job.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type DpmJobTaskDetails Modifier and Type Method Description DpmJobExtendedInfo
DpmJobExtendedInfo. withTasksList(List<DpmJobTaskDetails> tasksList)
Set the tasksList property: List of tasks associated with this job.
-