SqlVulnerabilityAssessmentScanResultsClient Interface
public interface SqlVulnerabilityAssessmentScanResultsClient
An instance of this class provides access to all the operations defined in SqlVulnerabilityAssessmentScanResultsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Scan |
get(String scanId, String scanResultId, String resourceId)
Gets the scan results of a single rule in a scan record. |
|
abstract
Response<Scan |
getWithResponse(String scanId, String scanResultId, String resourceId, String databaseName, Context context)
Gets the scan results of a single rule in a scan record. |
|
abstract
Paged |
list(String scanId, String resourceId)
Gets a list of scan results for a single scan record. |
|
abstract
Paged |
list(String scanId, String resourceId, String databaseName, Context context)
Gets a list of scan results for a single scan record. |
Method Details
get
public abstract ScanResultInner get(String scanId, String scanResultId, String resourceId)
Gets the scan results of a single rule in a scan record.
Parameters:
Returns:
getWithResponse
public abstract Response<ScanResultInner> getWithResponse(String scanId, String scanResultId, String resourceId, String databaseName, Context context)
Gets the scan results of a single rule in a scan record.
Parameters:
Returns:
list
public abstract PagedIterable<ScanResultInner> list(String scanId, String resourceId)
Gets a list of scan results for a single scan record.
Parameters:
Returns:
list
public abstract PagedIterable<ScanResultInner> list(String scanId, String resourceId, String databaseName, Context context)
Gets a list of scan results for a single scan record.
Parameters:
Returns: