FirmwareSummary Class

Definition

Properties for high level summary of firmware analysis results.

public class FirmwareSummary : Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareSummary>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareSummary>
public class FirmwareSummary
type FirmwareSummary = class
    inherit FirmwareAnalysisSummaryProperties
    interface IJsonModel<FirmwareSummary>
    interface IPersistableModel<FirmwareSummary>
type FirmwareSummary = class
Public Class FirmwareSummary
Inherits FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of FirmwareSummary), IPersistableModel(Of FirmwareSummary)
Public Class FirmwareSummary
Inheritance
Inheritance
FirmwareSummary
Implements

Properties

AnalysisTimeSeconds

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.

RootFileSystems

The number of root file systems found.

Explicit Interface Implementations

IJsonModel<FirmwareAnalysisSummaryProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IJsonModel<FirmwareAnalysisSummaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from FirmwareAnalysisSummaryProperties)
IJsonModel<FirmwareSummary>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<FirmwareSummary>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirmwareAnalysisSummaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareAnalysisSummaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from FirmwareAnalysisSummaryProperties)
IPersistableModel<FirmwareSummary>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirmwareSummary>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<FirmwareSummary>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to