Partager via


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 PagedIterable<CveResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId)

Lists CVE analysis results of a firmware.

abstract PagedIterable<CveResourceInner> 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:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the firmware analysis workspace.
firmwareId - The id of the firmware.

Returns:

the response of a CveResource list operation as paginated response with PagedIterable<T>.

listByFirmware

public abstract PagedIterable<CveResourceInner> listByFirmware(String resourceGroupName, String workspaceName, String firmwareId, Context context)

Lists CVE analysis results of a firmware.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
workspaceName - The name of the firmware analysis workspace.
firmwareId - The id of the firmware.
context - The context to associate with this operation.

Returns:

the response of a CveResource list operation as paginated response with PagedIterable<T>.

Applies to