Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.OperationStatusJobsExtendedInfo
-
Packages that use OperationStatusJobsExtendedInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of OperationStatusJobsExtendedInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return OperationStatusJobsExtendedInfo Modifier and Type Method Description OperationStatusJobsExtendedInfo
OperationStatusJobsExtendedInfo. withFailedJobsError(Map<String,String> failedJobsError)
Set the failedJobsError property: Stores all the failed jobs along with the corresponding error codes.OperationStatusJobsExtendedInfo
OperationStatusJobsExtendedInfo. withJobIds(List<String> jobIds)
Set the jobIds property: IDs of the jobs created for the protected item.
-