次の方法で共有


TargetEligibilityErrorMessage.ResultCode プロパティ

定義

エラーの結果コードを取得または設定します。このコードは、デバイスがフェールオーバー ターゲット デバイスと見なされないためです。 使用できる値は、'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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象