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
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type VirtualMachineScaleSetHardwareProfileModifier and TypeClassDescriptionfinal classSpecifies the hardware settings for the virtual machine scale set.Methods in com.azure.resourcemanager.compute.models that return VirtualMachineScaleSetHardwareProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetHardwareProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualMachineScaleSetHardwareProfile from the JsonReader.VirtualMachineScaleSetUpdateVMProfile.hardwareProfile()Get the hardwareProfile property: Specifies the hardware profile related details of a scale set.VirtualMachineScaleSetVMProfile.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 TypeMethodDescriptionVirtualMachineScaleSetUpdateVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.VirtualMachineScaleSetVMProfile.withHardwareProfile(VirtualMachineScaleSetHardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware profile related details of a scale set.