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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET