SqlVulnerabilityAssessmentScanResult interface

Interface representing a SqlVulnerabilityAssessmentScanResult.

Methods

get(string, string, string, string, string, SqlVulnerabilityAssessmentScanResultGetOptionalParams)

Gets a vulnerability assessment scan record of a database.

listByScan(string, string, string, string, SqlVulnerabilityAssessmentScanResultListByScanOptionalParams)

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.

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.

Returns