Share via


FirmwareAnalysisSummaryProperties Class

Definition

Properties of an analysis summary. Please note FirmwareAnalysisSummaryProperties is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include BinaryHardeningSummary, CveSummary, CryptoCertificateSummary, CryptoKeySummary and FirmwareSummary.

[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotFirmwareDefense.Models.UnknownSummaryResourceProperties))]
public abstract class FirmwareAnalysisSummaryProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.IotFirmwareDefense.Models.UnknownSummaryResourceProperties))>]
type FirmwareAnalysisSummaryProperties = class
    interface IJsonModel<FirmwareAnalysisSummaryProperties>
    interface IPersistableModel<FirmwareAnalysisSummaryProperties>
Public MustInherit Class FirmwareAnalysisSummaryProperties
Implements IJsonModel(Of FirmwareAnalysisSummaryProperties), IPersistableModel(Of FirmwareAnalysisSummaryProperties)
Inheritance
FirmwareAnalysisSummaryProperties
Derived
Attributes
Implements

Constructors

FirmwareAnalysisSummaryProperties()

Initializes a new instance of FirmwareAnalysisSummaryProperties.

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.

IJsonModel<FirmwareAnalysisSummaryProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<FirmwareAnalysisSummaryProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<FirmwareAnalysisSummaryProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<FirmwareAnalysisSummaryProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to