Megosztás a következőn keresztül:


DiskImageData.HyperVGeneration Property

Definition

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.

public Azure.ResourceManager.Compute.Models.HyperVGeneration? HyperVGeneration { get; set; }
member this.HyperVGeneration : Nullable<Azure.ResourceManager.Compute.Models.HyperVGeneration> with get, set
Public Property HyperVGeneration As Nullable(Of HyperVGeneration)

Property Value

Applies to