Uses of Class
com.azure.resourcemanager.compute.models.HyperVGenerationType
-
Packages that use HyperVGenerationType 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 HyperVGenerationType in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HyperVGenerationType Modifier and Type Method Description HyperVGenerationTypeVirtualMachineInstanceViewInner. 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 HyperVGenerationType Modifier and Type Method Description VirtualMachineInstanceViewInnerVirtualMachineInstanceViewInner. 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 HyperVGenerationType Modifier and Type Field Description static HyperVGenerationTypeHyperVGenerationType. V1Static value V1 for HyperVGenerationType.static HyperVGenerationTypeHyperVGenerationType. V2Static value V2 for HyperVGenerationType.Methods in com.azure.resourcemanager.compute.models that return HyperVGenerationType Modifier and Type Method Description static 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 HyperVGenerationType Modifier and Type Method Description static Collection<HyperVGenerationType>HyperVGenerationType. values()
-