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.
|
Modifier and Type | Method and Description |
---|---|
HardwareProfile |
VirtualMachineScaleSetVMInner.hardwareProfile()
Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
HardwareProfile |
VirtualMachineUpdateInner.hardwareProfile()
Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
HardwareProfile |
VirtualMachineInner.hardwareProfile()
Get the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetVMInner |
VirtualMachineScaleSetVMInner.withHardwareProfile(HardwareProfile hardwareProfile)
Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
VirtualMachineUpdateInner |
VirtualMachineUpdateInner.withHardwareProfile(HardwareProfile hardwareProfile)
Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
VirtualMachineInner |
VirtualMachineInner.withHardwareProfile(HardwareProfile hardwareProfile)
Set the hardwareProfile property: Specifies the hardware settings for the virtual machine.
|
Modifier and Type | Method and Description |
---|---|
HardwareProfile |
HardwareProfile.withVmSize(VirtualMachineSizeTypes vmSize)
Set the vmSize property: Specifies the size of the virtual machine.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.