Uses of Class
com.azure.resourcemanager.compute.models.HyperVGeneration
Packages that use HyperVGeneration
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of HyperVGeneration in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HyperVGenerationModifier and TypeMethodDescriptionCommunityGalleryImageInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.CommunityGalleryImageProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SnapshotInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SnapshotProperties.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.VirtualMachineScaleSetVMInstanceViewInner.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine [V1, V2].Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HyperVGenerationModifier and TypeMethodDescriptionCommunityGalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.CommunityGalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.DiskRestorePointProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.GalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SharedGalleryImageProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SnapshotInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.SnapshotProperties.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.VirtualMachineScaleSetVMInstanceViewInner.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine [V1, V2]. -
Uses of HyperVGeneration in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as HyperVGenerationModifier and TypeFieldDescriptionstatic final HyperVGenerationHyperVGeneration.V1Static value V1 for HyperVGeneration.static final HyperVGenerationHyperVGeneration.V2Static value V2 for HyperVGeneration.Methods in com.azure.resourcemanager.compute.models that return HyperVGenerationModifier and TypeMethodDescriptionstatic HyperVGenerationHyperVGeneration.fromString(String name) Creates or finds a HyperVGeneration from its string representation.Disk.hyperVGeneration()Gets the hypervisor generation.GalleryImage.hyperVGeneration()Gets the hypervisor generation.GalleryImageUpdate.hyperVGeneration()Get the hyperVGeneration property: The hypervisor generation of the Virtual Machine.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type HyperVGenerationModifier and TypeMethodDescriptionstatic Collection<HyperVGeneration> HyperVGeneration.values()Gets known HyperVGeneration values.Methods in com.azure.resourcemanager.compute.models with parameters of type HyperVGenerationModifier and TypeMethodDescriptionDisk.DefinitionStages.WithHyperVGeneration.withHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation.Disk.UpdateStages.WithHyperVGeneration.withHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation.GalleryImage.DefinitionStages.WithHyperVGeneration.withHyperVGeneration(HyperVGeneration hyperVGeneration) Specifies the hypervisor generation of the Virtual Machine.GalleryImageUpdate.withHyperVGeneration(HyperVGeneration hyperVGeneration) Set the hyperVGeneration property: The hypervisor generation of the Virtual Machine.