FirmwareProperties 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.
Firmware properties.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwarePropertiesTypeConverter))]
public class FirmwareProperties : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwarePropertiesTypeConverter))>]
type FirmwareProperties = class
interface IFirmwareProperties
interface IJsonSerializable
Public Class FirmwareProperties
Implements IFirmwareProperties
- Inheritance
-
FirmwareProperties
- Attributes
- Implements
Constructors
FirmwareProperties() |
Creates an new FirmwareProperties instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FirmwareProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FirmwareProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareProperties. |
FromJsonString(String) |
Creates a new instance of FirmwareProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FirmwareProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |