FirmwareSummary 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.
Properties for high level summary of firmware analysis results.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareSummaryTypeConverter))]
public class FirmwareSummary : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareSummary, Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareSummaryTypeConverter))>]
type FirmwareSummary = class
interface IFirmwareSummary
interface IJsonSerializable
interface ISummaryResourceProperties
interface IValidates
Public Class FirmwareSummary
Implements IFirmwareSummary, IValidates
- Inheritance
-
FirmwareSummary
- Attributes
- Implements
Constructors
FirmwareSummary() |
Creates an new FirmwareSummary instance. |
Properties
AnalysisTimeSecond |
Time used for analysis |
BinaryCount |
Binary count |
ComponentCount |
Components count. |
ExtractedFileCount |
Extracted file count. |
ExtractedSize |
Total extracted size of the firmware in bytes. |
FileSize |
Firmware file size in bytes. |
RootFileSystem |
The number of root file systems found. |
SummaryType |
Describes the type of summary. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of FirmwareSummary. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of FirmwareSummary. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.IFirmwareSummary. |
FromJsonString(String) |
Creates a new instance of FirmwareSummary, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of FirmwareSummary into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |