Uses of Class
com.azure.resourcemanager.compute.models.HyperVGenerationType
Packages that use HyperVGenerationType
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of HyperVGenerationType in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HyperVGenerationTypeModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.hyperVGeneration()Get the hyperVGeneration property: Specifies the HyperVGeneration Type associated with a resource.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HyperVGenerationTypeModifier and TypeMethodDescriptionVirtualMachineInstanceViewInner.withHyperVGeneration(HyperVGenerationType hyperVGeneration) Set the hyperVGeneration property: Specifies the HyperVGeneration Type associated with a resource. -
Uses of HyperVGenerationType in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as HyperVGenerationTypeModifier and TypeFieldDescriptionstatic final HyperVGenerationTypeHyperVGenerationType.V1Static value V1 for HyperVGenerationType.static final HyperVGenerationTypeHyperVGenerationType.V2Static value V2 for HyperVGenerationType.Methods in com.azure.resourcemanager.compute.models that return HyperVGenerationTypeModifier and TypeMethodDescriptionstatic HyperVGenerationTypeHyperVGenerationType.fromString(String name) Creates or finds a HyperVGenerationType from its string representation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type HyperVGenerationTypeModifier and TypeMethodDescriptionstatic Collection<HyperVGenerationType>HyperVGenerationType.values()Gets known HyperVGenerationType values.