VirtualMachineScaleSetVmReimageContent 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 VirtualMachineScaleSetVmReimageContent : Azure.ResourceManager.Compute.Models.VirtualMachineReimageContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmReimageContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Compute.Models.VirtualMachineScaleSetVmReimageContent>
type VirtualMachineScaleSetVmReimageContent = class
inherit VirtualMachineReimageContent
interface IJsonModel<VirtualMachineScaleSetVmReimageContent>
interface IPersistableModel<VirtualMachineScaleSetVmReimageContent>
Public Class VirtualMachineScaleSetVmReimageContent
Inherits VirtualMachineReimageContent
Implements IJsonModel(Of VirtualMachineScaleSetVmReimageContent), IPersistableModel(Of VirtualMachineScaleSetVmReimageContent)
- Inheritance
- Derived
- Implements
Constructors
VirtualMachineScaleSetVmReimageContent() |
Initializes a new instance of VirtualMachineScaleSetVmReimageContent. |
Properties
ExactVersion |
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 VirtualMachineReimageContent) |
ForceUpdateOSDiskForEphemeral |
Parameter to force update ephemeral OS disk for a virtual machine scale set VM. |
OSProfile |
Specifies information required for reimaging the non-ephemeral OS disk. (Inherited from VirtualMachineReimageContent) |
TempDisk |
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 VirtualMachineReimageContent) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from VirtualMachineReimageContent) |
Explicit Interface Implementations
Applies to
Azure SDK for .NET