IFirmwareUpdateDefinition Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareUpdateDefinitionTypeConverter))]
public interface IFirmwareUpdateDefinition : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareUpdateDefinitionTypeConverter))>]
type IFirmwareUpdateDefinition = interface
interface IJsonSerializable
Public Interface IFirmwareUpdateDefinition
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Description |
User-specified description of the firmware. |
FileName |
File name for a firmware that user uploaded. |
FileSize |
File size of the uploaded firmware image. |
Model |
Firmware model. |
ProvisioningState |
Provisioning state of the resource. |
Status |
The status of firmware scan. |
StatusMessage |
A list of errors or other messages generated during firmware analysis |
Vendor |
Firmware vendor. |
Version |
Firmware version. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |