DatabaseSqlVulnerabilityAssessmentScanResult interface
Interface representing a DatabaseSqlVulnerabilityAssessmentScanResult.
Methods
get(string, string, string, string, string, string, Database |
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, string, DatabaseSqlVulnerabilityAssessmentScanResultGetOptionalParams)
Gets a vulnerability assessment scan record of a database.
function get(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, scanId: string, scanResultId: string, options?: DatabaseSqlVulnerabilityAssessmentScanResultGetOptionalParams): 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.
- databaseName
-
string
The name of the database.
- 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, string, DatabaseSqlVulnerabilityAssessmentScanResultListByScanOptionalParams)
Gets a vulnerability assessment scan record of a database.
function listByScan(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, scanId: string, options?: DatabaseSqlVulnerabilityAssessmentScanResultListByScanOptionalParams): 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.
- databaseName
-
string
The name of the database.
- 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.