VirtualMachinesGeneralize interface
Methods
| post(Virtual |
Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation. |
Method Details
post(VirtualMachinesGeneralizeParameters)
Sets the OS state of the virtual machine to generalized. It is recommended to sysprep the virtual machine before performing this operation.
For Windows, please refer to Create a managed image of a generalized VM in Azure.
For Linux, please refer to How to create an image of a virtual machine or VHD.
function post(options: VirtualMachinesGeneralizeParameters): StreamableMethod<VirtualMachinesGeneralize200Response | VirtualMachinesGeneralizeDefaultResponse>