Uses of Class
com.azure.resourcemanager.compute.models.HardwareProfile
-
Packages that use HardwareProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 HardwareProfile Modifier and Type Method Description HardwareProfileVirtualMachineInner. hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.HardwareProfileVirtualMachinePropertiesInner. hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.HardwareProfileVirtualMachineScaleSetVMInner. hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.HardwareProfileVirtualMachineScaleSetVMPropertiesInner. hardwareProfile()Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.HardwareProfileVirtualMachineUpdateInner. 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 HardwareProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMInnerVirtualMachineScaleSetVMInner. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineScaleSetVMPropertiesInnerVirtualMachineScaleSetVMPropertiesInner. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Specifies the hardware settings for the virtual machine. -
Uses of HardwareProfile in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return HardwareProfile Modifier and Type Method Description HardwareProfileRestorePointSourceMetadata. hardwareProfile()Get the hardwareProfile property: Gets the hardware profile.HardwareProfileHardwareProfile. withVmSize(VirtualMachineSizeTypes vmSize)Set the vmSize property: Specifies the size of the virtual machine.HardwareProfileHardwareProfile. 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 HardwareProfile Modifier and Type Method Description RestorePointSourceMetadataRestorePointSourceMetadata. withHardwareProfile(HardwareProfile hardwareProfile)Set the hardwareProfile property: Gets the hardware profile.
-