Uses of Class
com.azure.resourcemanager.compute.models.VMSizeProperties
Packages that use VMSizeProperties
Package
Description
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 VMSizePropertiesModifier and TypeMethodDescriptionHardwareProfile.vmSizeProperties()Get the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VirtualMachineScaleSetHardwareProfile.vmSizeProperties()Get the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VMSizeProperties.withVCpusAvailable(Integer vCpusAvailable) Set the vCpusAvailable property: Specifies the number of vCPUs available for the VM.VMSizeProperties.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 VMSizePropertiesModifier and TypeMethodDescriptionHardwareProfile.withVmSizeProperties(VMSizeProperties vmSizeProperties) Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.VirtualMachineScaleSetHardwareProfile.withVmSizeProperties(VMSizeProperties vmSizeProperties) Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.