VirtualMachineScaleSetReimageParameters 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.
Describes a Virtual Machine Scale Set VM Reimage Parameters.
public class VirtualMachineScaleSetReimageParameters : Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMReimageParameters
type VirtualMachineScaleSetReimageParameters = class
inherit VirtualMachineScaleSetVMReimageParameters
Public Class VirtualMachineScaleSetReimageParameters
Inherits VirtualMachineScaleSetVMReimageParameters
- Inheritance
-
VirtualMachineScaleSetReimageParameters
Constructors
VirtualMachineScaleSetReimageParameters() |
Initializes a new instance of the VirtualMachineScaleSetReimageParameters class. |
VirtualMachineScaleSetReimageParameters(Nullable<Boolean>, IList<String>) |
Initializes a new instance of the VirtualMachineScaleSetReimageParameters class. |
VirtualMachineScaleSetReimageParameters(Nullable<Boolean>, String, OSProfileProvisioningData, IList<String>) |
Initializes a new instance of the VirtualMachineScaleSetReimageParameters 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. (Inherited from VirtualMachineReimageParameters) |
InstanceIds |
Gets or sets the virtual machine scale set instance ids. Omitting the virtual machine scale set instance ids will result in the operation being performed on all virtual machines in the virtual machine scale set. |
OsProfile |
Gets or sets specifies information required for reimaging the non-ephemeral OS disk. (Inherited from VirtualMachineReimageParameters) |
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. (Inherited from VirtualMachineReimageParameters) |