DiskImagePatch.HyperVGeneration Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET