TargetEligibilityErrorMessage.ResultCode Property

Definition

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

Applies to