Uses of Class
com.azure.resourcemanager.compute.models.VMSizeProperties
-
Packages that use VMSizeProperties Package Description com.azure.resourcemanager.compute.models Package containing the data models for ComputeManagementClient. -
-
Uses of VMSizeProperties in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VMSizeProperties Modifier and Type Method Description VMSizePropertiesHardwareProfile. vmSizeProperties()Get the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VMSizePropertiesVirtualMachineScaleSetHardwareProfile. vmSizeProperties()Get the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VMSizePropertiesVMSizeProperties. withVCpusAvailable(Integer vCpusAvailable)Set the vCpusAvailable property: Specifies the number of vCPUs available for the VM.VMSizePropertiesVMSizeProperties. withVCpusPerCore(Integer vCpusPerCore)Set the vCpusPerCore property: Specifies the vCPU to physical core ratio.Methods in com.azure.resourcemanager.compute.models with parameters of type VMSizeProperties Modifier and Type Method Description HardwareProfileHardwareProfile. withVmSizeProperties(VMSizeProperties vmSizeProperties)Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VirtualMachineScaleSetHardwareProfileVirtualMachineScaleSetHardwareProfile. withVmSizeProperties(VMSizeProperties vmSizeProperties)Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.
-