Uses of Class
com.azure.resourcemanager.compute.models.HyperVGenerationTypes
Packages that use HyperVGenerationTypes
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of HyperVGenerationTypes in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HyperVGenerationTypesModifier and TypeMethodDescriptionImageInner.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImageProperties.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.VirtualMachineImageInner.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGeneration Type.VirtualMachineImageProperties.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGeneration Type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HyperVGenerationTypesModifier and TypeMethodDescriptionImageInner.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImageProperties.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.VirtualMachineImageInner.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGeneration Type.VirtualMachineImageProperties.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGeneration Type. -
Uses of HyperVGenerationTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as HyperVGenerationTypesModifier and TypeFieldDescriptionstatic final HyperVGenerationTypesHyperVGenerationTypes.V1Static value V1 for HyperVGenerationTypes.static final HyperVGenerationTypesHyperVGenerationTypes.V2Static value V2 for HyperVGenerationTypes.Methods in com.azure.resourcemanager.compute.models that return HyperVGenerationTypesModifier and TypeMethodDescriptionstatic HyperVGenerationTypesHyperVGenerationTypes.fromString(String name) Creates or finds a HyperVGenerationTypes from its string representation.ImageUpdate.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.RestorePointSourceMetadata.hyperVGeneration()Get the hyperVGeneration property: HyperVGeneration of the source VM for which restore point is captured.VirtualMachineCustomImage.hyperVGeneration()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type HyperVGenerationTypesModifier and TypeMethodDescriptionstatic Collection<HyperVGenerationTypes>HyperVGenerationTypes.values()Gets known HyperVGenerationTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type HyperVGenerationTypesModifier and TypeMethodDescriptionImageUpdate.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.VirtualMachineCustomImage.DefinitionStages.WithHyperVGeneration.withHyperVGeneration(HyperVGenerationTypes hyperVGeneration) Specifies the Hyper-V generation.