次の方法で共有


ImageOSDisk.OsState プロパティ

定義

OS の状態を取得または設定します。 マネージド イメージの場合は、一般化を使用します。 使用可能な値は、'一般化'、'特殊化' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象