Uses of Class
com.azure.resourcemanager.compute.models.HardwareProfile
Packages that use HardwareProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of HardwareProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return HardwareProfileModifier and TypeMethodDescriptionVirtualMachineInner.hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachinePropertiesInner.hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMInner.hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineUpdateInner.hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type HardwareProfileModifier and TypeMethodDescriptionVirtualMachineInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachinePropertiesInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineUpdateInner.withHardwareProfile(HardwareProfile hardwareProfile) Set the hardwareProfile property: Specifies the hardware settings for the virtual machine. -
Uses of HardwareProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type HardwareProfileModifier and TypeClassDescriptionfinal classSpecifies the hardware settings for the virtual machine.Methods in com.azure.resourcemanager.compute.models that return HardwareProfileModifier and TypeMethodDescriptionstatic HardwareProfileHardwareProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of HardwareProfile from the JsonReader.RestorePointSourceMetadata.hardwareProfile()Get the hardwareProfile property: Gets the hardware profile.HardwareProfile.withVmSize(VirtualMachineSizeTypes vmSize) Set the vmSize property: Specifies the size of the virtual machine.HardwareProfile.withVmSizeProperties(VMSizeProperties vmSizeProperties) Set the vmSizeProperties property: Specifies the properties for customizing the size of the virtual machine.