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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VMSizePropertiesModifier and TypeClassDescriptionfinal classSpecifies VM Size Property settings on the virtual machine.Methods in com.azure.resourcemanager.compute.models that return VMSizePropertiesModifier and TypeMethodDescriptionstatic VMSizePropertiesVMSizeProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VMSizeProperties from the JsonReader.HardwareProfile.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.