Uses of Class
com.azure.resourcemanager.compute.models.VirtualMachineScaleSetHardwareProfile
Packages that use VirtualMachineScaleSetHardwareProfile
Package
Description
Package containing the data models for ComputeManagementClient.
-
Uses of VirtualMachineScaleSetHardwareProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetHardwareProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.hardwareProfile()Get the hardwareProfile property: Specifies the hardware profile related details of a scale set.VirtualMachineScaleSetHardwareProfile.withVmSizeProperties(VMSizeProperties vmSizeProperties) Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.Methods in com.azure.resourcemanager.compute.models with parameters of type VirtualMachineScaleSetHardwareProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.