CvesOperations interface
Interface representing a Cves operations.
Properties
| list |
Lists CVE analysis results of a firmware. |
Property Details
listByFirmware
Lists CVE analysis results of a firmware.
listByFirmware: (resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CvesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<CveResource, CveResource[], PageSettings>
Property Value
(resourceGroupName: string, workspaceName: string, firmwareId: string, options?: CvesListByFirmwareOptionalParams) => PagedAsyncIterableIterator<CveResource, CveResource[], PageSettings>