BinaryHardening interface

Interface representing a BinaryHardening.

Methods

listByFirmware(string, string, string, BinaryHardeningListByFirmwareOptionalParams)

Lists binary hardening analysis results of a firmware.

Method Details

listByFirmware(string, string, string, BinaryHardeningListByFirmwareOptionalParams)

Lists binary hardening analysis results of a firmware.

function listByFirmware(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: BinaryHardeningListByFirmwareOptionalParams): PagedAsyncIterableIterator<BinaryHardeningResource, BinaryHardeningResource[], PageSettings>

Parameters

resourceGroupName

string

The name of the resource group. The name is case insensitive.

workspaceName

string

The name of the firmware analysis workspace.

firmwareId

string

The id of the firmware.

options
BinaryHardeningListByFirmwareOptionalParams

The options parameters.

Returns