次の方法で共有


ImageDeprecationStatus.ImageState プロパティ

定義

イメージの状態を示す値を取得または設定します。 使用可能な値は、'Active'、'ScheduledForDeprecation'、'Deprecated' です。

[Newtonsoft.Json.JsonProperty(PropertyName="imageState")]
public string ImageState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="imageState")>]
member this.ImageState : string with get, set
Public Property ImageState As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象