Partager via


ArmIotFirmwareDefenseModelFactory.FirmwareAnalysisSummaryData Method

Definition

Initializes a new instance of FirmwareAnalysisSummaryData.

public static Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryData FirmwareAnalysisSummaryData (Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties properties = default);
static member FirmwareAnalysisSummaryData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareAnalysisSummaryProperties -> Azure.ResourceManager.IotFirmwareDefense.FirmwareAnalysisSummaryData
Public Shared Function FirmwareAnalysisSummaryData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional properties As FirmwareAnalysisSummaryProperties = Nothing) As FirmwareAnalysisSummaryData

Parameters

id
ResourceIdentifier

The id.

name
String

The name.

resourceType
ResourceType

The resourceType.

systemData
SystemData

The systemData.

properties
FirmwareAnalysisSummaryProperties

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.

Returns

A new FirmwareAnalysisSummaryData instance for mocking.

Applies to