Class AzureVirtualMachineScreenshot
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the screenshot for an Azure virtual machine.
public class AzureVirtualMachineScreenshot : BypassSection
- Inheritance
-
AzureVirtualMachineScreenshot
- Inherited Members
Constructors
AzureVirtualMachineScreenshot()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.AzureVirtualMachineScreenshot class.
public AzureVirtualMachineScreenshot()
Properties
Image
Gets or sets the screenshot image in JPEG format.
public Bitmap Image { get; set; }
Property Value
ImageData
Gets or sets the screenshot image in JPEG format.
public byte[] ImageData { get; set; }
Property Value
- byte[]