DatabaseSqlVulnerabilityAssessmentScans interface

Interface representing a DatabaseSqlVulnerabilityAssessmentScans.

Methods

get(string, string, string, string, string, DatabaseSqlVulnerabilityAssessmentScansGetOptionalParams)

Get a database vulnerability assessment scan result.

listBySqlVulnerabilityAssessments(string, string, string, string, DatabaseSqlVulnerabilityAssessmentScansListBySqlVulnerabilityAssessmentsOptionalParams)

Lists the vulnerability assessment scans of a database.

Method Details

get(string, string, string, string, string, DatabaseSqlVulnerabilityAssessmentScansGetOptionalParams)

Get a database vulnerability assessment scan result.

function get(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, scanId: string, options?: DatabaseSqlVulnerabilityAssessmentScansGetOptionalParams): Promise<SqlVulnerabilityAssessmentScanRecord>

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 vulnerability assessment.

scanId

string

The vulnerability assessment scan Id of the scan to retrieve.

Returns

listBySqlVulnerabilityAssessments(string, string, string, string, DatabaseSqlVulnerabilityAssessmentScansListBySqlVulnerabilityAssessmentsOptionalParams)

Lists the vulnerability assessment scans of a database.

function listBySqlVulnerabilityAssessments(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, options?: DatabaseSqlVulnerabilityAssessmentScansListBySqlVulnerabilityAssessmentsOptionalParams): PagedAsyncIterableIterator<SqlVulnerabilityAssessmentScanRecord, SqlVulnerabilityAssessmentScanRecord[], 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 vulnerability assessment.

Returns