次の方法で共有


Disk.HyperVGeneration プロパティ

定義

仮想マシンのハイパーバイザー生成を取得または設定します。 OS ディスクにのみ適用されます。 使用できる値は、'V1'、'V2' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象