Uses of Class
com.azure.resourcemanager.compute.models.VmDiskTypes
-
Packages that use VmDiskTypes Package Description com.azure.resourcemanager.compute.models 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 VmDiskTypes Modifier and Type Field Description static VmDiskTypesVmDiskTypes. NONEStatic value None for VmDiskTypes.static VmDiskTypesVmDiskTypes. UNMANAGEDStatic value Unmanaged for VmDiskTypes.Methods in com.azure.resourcemanager.compute.models that return VmDiskTypes Modifier and Type Method Description static VmDiskTypesVmDiskTypes. fromString(String name)Creates or finds a VmDiskTypes from its string representation.VmDiskTypesDisallowedConfiguration. 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 VmDiskTypes Modifier and Type Method Description static Collection<VmDiskTypes>VmDiskTypes. values()Methods in com.azure.resourcemanager.compute.models with parameters of type VmDiskTypes Modifier and Type Method Description DisallowedConfigurationDisallowedConfiguration. withVmDiskType(VmDiskTypes vmDiskType)Set the vmDiskType property: VM disk types which are disallowed.
-