次の方法で共有


TargetEligibilityResult.Messages プロパティ

定義

デバイスがフェールオーバー ターゲット デバイスとして適格でない場合に、エラー メッセージの一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="messages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityErrorMessage> Messages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="messages")>]
member this.Messages : System.Collections.Generic.IList<Microsoft.Azure.Management.StorSimple8000Series.Models.TargetEligibilityErrorMessage> with get, set
Public Property Messages As IList(Of TargetEligibilityErrorMessage)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象