Share via


Image.HyperVGeneration プロパティ

定義

イメージから作成された VirtualMachine の HyperVGenerationType を取得または設定します。 イメージ ソースが BLOB の場合は API バージョン 2019-03-01 から、ユーザーが値を指定する必要があります。ソースがディスクやスナップショットなどのマネージド リソースの場合、ソースマネージド リソースから推測できない場合は、ユーザーに プロパティの指定を要求する場合があります。 使用できる値は、'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

適用対象