CvesClient Interface
public interface CvesClient
An instance of this class provides access to all the operations defined in CvesClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Paged |
listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)
Lists CVE analysis results of a firmware. |
|
abstract
Paged |
listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)
Lists CVE analysis results of a firmware. |
Method Details
listByFirmware
public abstract PagedIterable<CveResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)
Lists CVE analysis results of a firmware.
Parameters:
Returns:
listByFirmware
public abstract PagedIterable<CveResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)
Lists CVE analysis results of a firmware.
Parameters:
Returns: