SqlVulnerabilityAssessmentScans interface
Interface representing a SqlVulnerabilityAssessmentScans.
Methods
get(string, string, string, Sql |
Gets the scan details of a single scan record. |
list(string, string, Sql |
Gets a list of scan records. |
Method Details
get(string, string, string, SqlVulnerabilityAssessmentScansGetOptionalParams)
Gets the scan details of a single scan record.
function get(scanId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScansGetOptionalParams): Promise<Scan>
Parameters
- scanId
-
string
The scan Id. Type 'latest' to get the scan record for the latest scan.
- workspaceId
-
string
The workspace Id.
- resourceId
-
string
The identifier of the resource.
The options parameters.
Returns
Promise<Scan>
list(string, string, SqlVulnerabilityAssessmentScansListOptionalParams)
Gets a list of scan records.
function list(workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScansListOptionalParams): Promise<Scans>
Parameters
- workspaceId
-
string
The workspace Id.
- resourceId
-
string
The identifier of the resource.
The options parameters.
Returns
Promise<Scans>