Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.AzureIaaSvmErrorInfo
-
Packages that use AzureIaaSvmErrorInfo Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of AzureIaaSvmErrorInfo in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type AzureIaaSvmErrorInfo Modifier and Type Method Description List<AzureIaaSvmErrorInfo>
AzureIaaSvmJob. errorDetails()
Get the errorDetails property: Error details on execution of this job.List<AzureIaaSvmErrorInfo>
AzureIaaSvmJobV2. errorDetails()
Get the errorDetails property: Error details on execution of this job.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type AzureIaaSvmErrorInfo Modifier and Type Method Description AzureIaaSvmJob
AzureIaaSvmJob. withErrorDetails(List<AzureIaaSvmErrorInfo> errorDetails)
Set the errorDetails property: Error details on execution of this job.AzureIaaSvmJobV2
AzureIaaSvmJobV2. withErrorDetails(List<AzureIaaSvmErrorInfo> errorDetails)
Set the errorDetails property: Error details on execution of this job.
-