VirtualMachineReimageParameters Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Parameters for Reimaging Virtual Machine. NOTE: Virtual Machine OS disk will always be reimaged
public class VirtualMachineReimageParameters
type VirtualMachineReimageParameters = class
Public Class VirtualMachineReimageParameters
- Inheritance
-
VirtualMachineReimageParameters
- Derived
Constructors
VirtualMachineReimageParameters() |
Initializes a new instance of the VirtualMachineReimageParameters class. |
VirtualMachineReimageParameters(Nullable<Boolean>, String, OSProfileProvisioningData) |
Initializes a new instance of the VirtualMachineReimageParameters class. |
Properties
ExactVersion |
Gets or sets specifies in decimal number, the version the OS disk should be reimaged to. If exact version is not provided, the OS disk is reimaged to the existing version of OS Disk. |
OsProfile |
Gets or sets specifies information required for reimaging the non-ephemeral OS disk. |
TempDisk |
Gets or sets specifies whether to reimage temp disk. Default value: false. Note: This temp disk reimage parameter is only supported for VM/VMSS with Ephemeral OS disk. |
Applies to
Azure SDK for .NET