VirtualMachineScaleSetVMReimageParameters Constructors

Definition

Overloads

VirtualMachineScaleSetVMReimageParameters()

Initializes a new instance of the VirtualMachineScaleSetVMReimageParameters class.

VirtualMachineScaleSetVMReimageParameters(Nullable<Boolean>, String, OSProfileProvisioningData)

Initializes a new instance of the VirtualMachineScaleSetVMReimageParameters class.

VirtualMachineScaleSetVMReimageParameters()

Initializes a new instance of the VirtualMachineScaleSetVMReimageParameters class.

public VirtualMachineScaleSetVMReimageParameters ();
Public Sub New ()

Applies to

VirtualMachineScaleSetVMReimageParameters(Nullable<Boolean>, String, OSProfileProvisioningData)

Initializes a new instance of the VirtualMachineScaleSetVMReimageParameters class.

public VirtualMachineScaleSetVMReimageParameters (bool? tempDisk = default, string exactVersion = default, Microsoft.Azure.Management.Compute.Models.OSProfileProvisioningData osProfile = default);
new Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMReimageParameters : Nullable<bool> * string * Microsoft.Azure.Management.Compute.Models.OSProfileProvisioningData -> Microsoft.Azure.Management.Compute.Models.VirtualMachineScaleSetVMReimageParameters
Public Sub New (Optional tempDisk As Nullable(Of Boolean) = Nothing, Optional exactVersion As String = Nothing, Optional osProfile As OSProfileProvisioningData = Nothing)

Parameters

tempDisk
Nullable<Boolean>

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.

exactVersion
String

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
OSProfileProvisioningData

Specifies information required for reimaging the non-ephemeral OS disk.

Applies to