Summaries interface
Interface representing a Summaries.
Methods
get(string, string, string, string, Summaries |
Get an analysis result summary of a firmware by name. |
list |
Lists analysis result summary names of a firmware. To fetch the full summary data, get that summary by name. |
Method Details
get(string, string, string, string, SummariesGetOptionalParams)
Get an analysis result summary of a firmware by name.
function get(resourceGroupName: string, workspaceName: string, firmwareId: string, summaryName: string, options?: SummariesGetOptionalParams): Promise<SummaryResource>
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.
- summaryName
-
string
The Firmware analysis summary name describing the type of summary.
- options
- SummariesGetOptionalParams
The options parameters.
Returns
Promise<SummaryResource>
listByFirmware(string, string, string, SummariesListByFirmwareOptionalParams)
Lists analysis result summary names of a firmware. To fetch the full summary data, get that summary by name.
function listByFirmware(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: SummariesListByFirmwareOptionalParams): PagedAsyncIterableIterator<SummaryResource, SummaryResource[], 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.
The options parameters.