IFirmwareSummary 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.FirmwareSummaryTypeConverter))]
public interface IFirmwareSummary : Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.ISummaryResourceProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.FirmwareAnalysis.Models.FirmwareSummaryTypeConverter))>]
type IFirmwareSummary = interface
interface IJsonSerializable
interface ISummaryResourceProperties
Public Interface IFirmwareSummary
Implements ISummaryResourceProperties
- Derived
- Attributes
- Implements
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. (Inherited from ISummaryResourceProperties) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |