SqlVulnerabilityAssessmentScans interface
Interface representing a SqlVulnerabilityAssessmentScans.
Methods
get(string, string, string, string, Sql |
Get a system database vulnerability assessment scan record. |
list |
Lists the vulnerability assessment scans of a database. |
Method Details
get(string, string, string, string, SqlVulnerabilityAssessmentScansGetOptionalParams)
Get a system database vulnerability assessment scan record.
function get(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlVulnerabilityAssessmentScansGetOptionalParams): 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.
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
- scanId
-
string
The options parameters.
Returns
Promise<SqlVulnerabilityAssessmentScanRecord>
listBySqlVulnerabilityAssessments(string, string, string, SqlVulnerabilityAssessmentScansListBySqlVulnerabilityAssessmentsOptionalParams)
Lists the vulnerability assessment scans of a database.
function listBySqlVulnerabilityAssessments(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, options?: SqlVulnerabilityAssessmentScansListBySqlVulnerabilityAssessmentsOptionalParams): 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.
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
The options parameters.