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
| Name | Description |
|---|---|
| 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. |
| ProvisioningState |
The status of the last operation. (Inherited from ISummaryResourceProperties) |
| RootFileSystem |
The number of root file systems found. |
| SummaryType |
The type of summary. (Inherited from ISummaryResourceProperties) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |