Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureWorkloadJobTaskDetails
-
Packages that use AzureWorkloadJobTaskDetails Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureWorkloadJobTaskDetails in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return AzureWorkloadJobTaskDetails Modifier and Type Method Description AzureWorkloadJobTaskDetails
AzureWorkloadJobTaskDetails. withStatus(String status)
Set the status property: The status.AzureWorkloadJobTaskDetails
AzureWorkloadJobTaskDetails. 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 AzureWorkloadJobTaskDetails Modifier and Type Method Description List<AzureWorkloadJobTaskDetails>
AzureWorkloadJobExtendedInfo. tasksList()
Get the tasksList property: List of tasks for this job.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type AzureWorkloadJobTaskDetails Modifier and Type Method Description AzureWorkloadJobExtendedInfo
AzureWorkloadJobExtendedInfo. withTasksList(List<AzureWorkloadJobTaskDetails> tasksList)
Set the tasksList property: List of tasks for this job.
-