| | 1 | | // Copyright (c) Microsoft Corporation. All rights reserved. |
| | 2 | | // Licensed under the MIT License. |
| | 3 | |
|
| | 4 | | // <auto-generated/> |
| | 5 | |
|
| | 6 | | #nullable disable |
| | 7 | |
|
| | 8 | | namespace Azure.ResourceManager.Compute.Models |
| | 9 | | { |
| | 10 | | /// <summary> Describes a Virtual Machine Scale Set VM Reimage Parameters. </summary> |
| | 11 | | public partial class VirtualMachineScaleSetVMReimageParameters : VirtualMachineReimageParameters |
| | 12 | | { |
| | 13 | | /// <summary> Initializes a new instance of VirtualMachineScaleSetVMReimageParameters. </summary> |
| 0 | 14 | | public VirtualMachineScaleSetVMReimageParameters() |
| | 15 | | { |
| 0 | 16 | | } |
| | 17 | |
|
| | 18 | | /// <summary> Initializes a new instance of VirtualMachineScaleSetVMReimageParameters. </summary> |
| | 19 | | /// <param name="tempDisk"> Specifies whether to reimage temp disk. Default value: false. Note: This temp disk r |
| 0 | 20 | | internal VirtualMachineScaleSetVMReimageParameters(bool? tempDisk) : base(tempDisk) |
| | 21 | | { |
| 0 | 22 | | } |
| | 23 | | } |
| | 24 | | } |