Uses of Class
com.azure.resourcemanager.compute.models.HyperVGenerationTypes
-
Packages that use HyperVGenerationTypes Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 HyperVGenerationTypes Modifier and Type Method Description HyperVGenerationTypesImageInner. hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.HyperVGenerationTypesImageProperties. hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.HyperVGenerationTypesVirtualMachineImageInner. hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGeneration Type.HyperVGenerationTypesVirtualMachineImageProperties. hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGeneration Type.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HyperVGenerationTypes Modifier and Type Method Description ImageInnerImageInner. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.ImagePropertiesImageProperties. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.VirtualMachineImageInnerVirtualMachineImageInner. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGeneration Type.VirtualMachineImagePropertiesVirtualMachineImageProperties. 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 HyperVGenerationTypes Modifier and Type Field Description static HyperVGenerationTypesHyperVGenerationTypes. V1Static value V1 for HyperVGenerationTypes.static HyperVGenerationTypesHyperVGenerationTypes. V2Static value V2 for HyperVGenerationTypes.Methods in com.azure.resourcemanager.compute.models that return HyperVGenerationTypes Modifier and Type Method Description static HyperVGenerationTypesHyperVGenerationTypes. fromString(String name)Creates or finds a HyperVGenerationTypes from its string representation.HyperVGenerationTypesImageUpdate. hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.HyperVGenerationTypesVirtualMachineCustomImage. hyperVGeneration()Methods in com.azure.resourcemanager.compute.models that return types with arguments of type HyperVGenerationTypes Modifier and Type Method Description static Collection<HyperVGenerationTypes>HyperVGenerationTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type HyperVGenerationTypes Modifier and Type Method Description ImageUpdateImageUpdate. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Set the hyperVGeneration property: Specifies the HyperVGenerationType of the VirtualMachine created from the image.VirtualMachineCustomImage.DefinitionStages.WithOSDiskImageSourceAltVirtualMachineSourceVirtualMachineCustomImage.DefinitionStages.WithHyperVGeneration. withHyperVGeneration(HyperVGenerationTypes hyperVGeneration)Specifies the Hyper-V generation.
-