ArmComputeModelFactory.VirtualMachineScaleSetVmReimageContent Method
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.
public static Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmReimageContent VirtualMachineScaleSetVmReimageContent(bool? tempDisk = default, string exactVersion = default, Azure.ResourceManager.Compute.Models.OSProfileProvisioningData osProfile = default, bool? forceUpdateOSDiskForEphemeral = default);
static member VirtualMachineScaleSetVmReimageContent : Nullable<bool> * string * Azure.ResourceManager.Compute.Models.OSProfileProvisioningData * Nullable<bool> -> Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmReimageContent
Public Shared Function VirtualMachineScaleSetVmReimageContent (Optional tempDisk As Nullable(Of Boolean) = Nothing, Optional exactVersion As String = Nothing, Optional osProfile As OSProfileProvisioningData = Nothing, Optional forceUpdateOSDiskForEphemeral As Nullable(Of Boolean) = Nothing) As VirtualMachineScaleSetVmReimageContent
Parameters
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.
Parameter to force update ephemeral OS disk for a virtual machine scale set VM.
Returns
A new VirtualMachineScaleSetVmReimageContent instance for mocking.