TargetEligibilityErrorMessage.ResultCode Property
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.
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'
[Newtonsoft.Json.JsonProperty(PropertyName="resultCode")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResultCode? ResultCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="resultCode")>]
member this.ResultCode : Nullable<Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityResultCode> with get, set
Public Property ResultCode As Nullable(Of TargetEligibilityResultCode)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute