Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureIaaSvmJobTaskDetails
-
Packages that use AzureIaaSvmJobTaskDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureIaaSvmJobTaskDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureIaaSvmJobTaskDetails Modifier and Type Method Description AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withDuration(Duration duration)
Set the duration property: Time elapsed for task.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withEndTime(OffsetDateTime endTime)
Set the endTime property: The end time.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withInstanceId(String instanceId)
Set the instanceId property: The instanceId.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withProgressPercentage(Double progressPercentage)
Set the progressPercentage property: Progress of the task.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withStartTime(OffsetDateTime startTime)
Set the startTime property: The start time.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withStatus(String status)
Set the status property: The status.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. withTaskExecutionDetails(String taskExecutionDetails)
Set the taskExecutionDetails property: Details about execution of the task.AzureIaaSvmJobTaskDetails
AzureIaaSvmJobTaskDetails. 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 AzureIaaSvmJobTaskDetails Modifier and Type Method Description List<AzureIaaSvmJobTaskDetails>
AzureIaaSvmJobExtendedInfo. 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 AzureIaaSvmJobTaskDetails Modifier and Type Method Description AzureIaaSvmJobExtendedInfo
AzureIaaSvmJobExtendedInfo. withTasksList(List<AzureIaaSvmJobTaskDetails> tasksList)
Set the tasksList property: List of tasks associated with this job.
-