Delen via


Image.HyperVGeneration Property

Definition

Gets or sets specifies the HyperVGenerationType of the VirtualMachine created from the image. From API Version 2019-03-01 if the image source is a blob, then we need the user to specify the value, if the source is managed resource like disk or snapshot, we may require the user to specify the property if we cannot deduce it from the source managed resource. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to