SqlVulnerabilityAssessmentScanResult interface
Interface representing a SqlVulnerabilityAssessmentScanResult.
Methods
get(string, string, string, string, string, Sql |
Gets a vulnerability assessment scan record of a database. |
list |
Gets a vulnerability assessment scan record of a database. |
Method Details
get(string, string, string, string, string, SqlVulnerabilityAssessmentScanResultGetOptionalParams)
Gets a vulnerability assessment scan record of a database.
function get(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, scanId: string, scanResultId: string, options?: SqlVulnerabilityAssessmentScanResultGetOptionalParams): Promise<SqlVulnerabilityAssessmentScanResults>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
-
string
The name of the server.
- vulnerabilityAssessmentName
-
string
The name of the SQL Vulnerability Assessment.
- scanId
-
string
The scan id of the SQL Vulnerability Assessment scan to retrieve result from.
- scanResultId
-
string
The scan result id of the specific result to retrieve.
The options parameters.
Returns
listByScan(string, string, string, string, SqlVulnerabilityAssessmentScanResultListByScanOptionalParams)
Gets a vulnerability assessment scan record of a database.
function listByScan(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlVulnerabilityAssessmentScanResultListByScanOptionalParams): PagedAsyncIterableIterator<SqlVulnerabilityAssessmentScanResults, SqlVulnerabilityAssessmentScanResults[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
- serverName
-
string
The name of the server.
- vulnerabilityAssessmentName
-
string
The name of the SQL Vulnerability Assessment.
- scanId
-
string
The scan id of the SQL Vulnerability Assessment scan to retrieve result from.
The options parameters.