Uses of Class
com.azure.resourcemanager.compute.models.VmDiskTypes
Packages that use VmDiskTypes
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VmDiskTypes in com.azure.resourcemanager.compute.models
Fields in com.azure.resourcemanager.compute.models declared as VmDiskTypesModifier and TypeFieldDescriptionstatic final VmDiskTypesVmDiskTypes.NONEStatic value None for VmDiskTypes.static final VmDiskTypesVmDiskTypes.UNMANAGEDStatic value Unmanaged for VmDiskTypes.Methods in com.azure.resourcemanager.compute.models that return VmDiskTypesModifier and TypeMethodDescriptionstatic VmDiskTypesVmDiskTypes.fromString(String name) Creates or finds a VmDiskTypes from its string representation.DisallowedConfiguration.vmDiskType()Get the vmDiskType property: VM disk types which are disallowed.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type VmDiskTypesModifier and TypeMethodDescriptionstatic Collection<VmDiskTypes> VmDiskTypes.values()Gets known VmDiskTypes values.Methods in com.azure.resourcemanager.compute.models with parameters of type VmDiskTypesModifier and TypeMethodDescriptionDisallowedConfiguration.withVmDiskType(VmDiskTypes vmDiskType) Set the vmDiskType property: VM disk types which are disallowed.