次の方法で共有


LastMitigationActionOnJob.CustomerResolution プロパティ

定義

顧客が提供する解決コードを取得または設定します。 使用できる値は、'None'、'MoveToCleanUpDevice'、'Resume' です。

[Newtonsoft.Json.JsonProperty(PropertyName="customerResolution")]
public Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode? CustomerResolution { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="customerResolution")>]
member this.CustomerResolution : Nullable<Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode> with get, set
Public Property CustomerResolution As Nullable(Of CustomerResolutionCode)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象