Uses of Class
com.azure.resourcemanager.recoveryservicesbackup.models.ErrorDetail
-
Packages that use ErrorDetail Package Description com.azure.resourcemanager.recoveryservicesbackup.models Package containing the data models for RecoveryServicesBackupClient. -
-
Uses of ErrorDetail in com.azure.resourcemanager.recoveryservicesbackup.models
Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return ErrorDetail Modifier and Type Method Description ErrorDetail
DistributedNodesInfo. errorDetail()
Get the errorDetail property: Error Details if the Status is non-success.ErrorDetail
InquiryInfo. errorDetail()
Get the errorDetail property: Error Details if the Status is non-success.ErrorDetail
InquiryValidation. errorDetail()
Get the errorDetail property: Error Detail in case the status is non-success.ErrorDetail
AzureVmWorkloadProtectedItem. lastBackupErrorDetail()
Get the lastBackupErrorDetail property: Error details in last backup.Methods in com.azure.resourcemanager.recoveryservicesbackup.models that return types with arguments of type ErrorDetail Modifier and Type Method Description List<ErrorDetail>
ValidateOperationResponse. validationResults()
Get the validationResults property: Gets the validation result.Methods in com.azure.resourcemanager.recoveryservicesbackup.models with parameters of type ErrorDetail Modifier and Type Method Description DistributedNodesInfo
DistributedNodesInfo. withErrorDetail(ErrorDetail errorDetail)
Set the errorDetail property: Error Details if the Status is non-success.InquiryInfo
InquiryInfo. withErrorDetail(ErrorDetail errorDetail)
Set the errorDetail property: Error Details if the Status is non-success.InquiryValidation
InquiryValidation. withErrorDetail(ErrorDetail errorDetail)
Set the errorDetail property: Error Detail in case the status is non-success.AzureVmWorkloadProtectedItem
AzureVmWorkloadProtectedItem. withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.AzureVmWorkloadSapAseDatabaseProtectedItem
AzureVmWorkloadSapAseDatabaseProtectedItem. withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.AzureVmWorkloadSapHanaDatabaseProtectedItem
AzureVmWorkloadSapHanaDatabaseProtectedItem. withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.AzureVmWorkloadSqlDatabaseProtectedItem
AzureVmWorkloadSqlDatabaseProtectedItem. withLastBackupErrorDetail(ErrorDetail lastBackupErrorDetail)
Set the lastBackupErrorDetail property: Error details in last backup.Method parameters in com.azure.resourcemanager.recoveryservicesbackup.models with type arguments of type ErrorDetail Modifier and Type Method Description ValidateOperationResponse
ValidateOperationResponse. withValidationResults(List<ErrorDetail> validationResults)
Set the validationResults property: Gets the validation result.
-