次の方法で共有


GalleryImageUpdate.OsState プロパティ

定義

このプロパティを取得または設定すると、ユーザーは、このイメージの下に作成された仮想マシンが '一般化済み' か 'Specialized' かを指定できます。 使用可能な値は、'一般化'、'特殊化' です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.osState")]
public Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes OsState { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.osState")>]
member this.OsState : Microsoft.Azure.Management.Compute.Fluent.Models.OperatingSystemStateTypes with get, set
Public Property OsState As OperatingSystemStateTypes

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象