TargetEligibilityErrorMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error/warning message due to which the device is ineligible as a failover target device.
public class TargetEligibilityErrorMessage
type TargetEligibilityErrorMessage = class
Public Class TargetEligibilityErrorMessage
- Inheritance
-
TargetEligibilityErrorMessage
Constructors
TargetEligibilityErrorMessage() |
Initializes a new instance of the TargetEligibilityErrorMessage class. |
TargetEligibilityErrorMessage(String, String, Nullable<TargetEligibilityResultCode>) |
Initializes a new instance of the TargetEligibilityErrorMessage class. |
Properties
Message |
Gets or sets the localized error message stating the reason why the device is not eligible as a target device. |
Resolution |
Gets or sets the localized resolution message for the error. |
ResultCode |
Gets or sets the result code for the error, due to which the device does not qualify as a failover target device. Possible values include: 'TargetAndSourceCannotBeSameError', 'TargetIsNotOnlineError', 'TargetSourceIncompatibleVersionError', 'LocalToTieredVolumesConversionWarning', 'TargetInsufficientCapacityError', 'TargetInsufficientLocalVolumeMemoryError', 'TargetInsufficientTieredVolumeMemoryError' |
Applies to
Azure SDK for .NET