ArmIotFirmwareDefenseModelFactory.FirmwareSummary Method
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.
Initializes a new instance of FirmwareSummary.
public static Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareSummary FirmwareSummary (long? extractedSize = default, long? fileSize = default, long? extractedFileCount = default, long? componentCount = default, long? binaryCount = default, long? analysisTimeSeconds = default, long? rootFileSystems = default);
static member FirmwareSummary : Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> * Nullable<int64> -> Azure.ResourceManager.IotFirmwareDefense.Models.FirmwareSummary
Public Shared Function FirmwareSummary (Optional extractedSize As Nullable(Of Long) = Nothing, Optional fileSize As Nullable(Of Long) = Nothing, Optional extractedFileCount As Nullable(Of Long) = Nothing, Optional componentCount As Nullable(Of Long) = Nothing, Optional binaryCount As Nullable(Of Long) = Nothing, Optional analysisTimeSeconds As Nullable(Of Long) = Nothing, Optional rootFileSystems As Nullable(Of Long) = Nothing) As FirmwareSummary
Parameters
Returns
A new FirmwareSummary instance for mocking.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET