VulnerabilityAssessmentEndpointsCommunicator.ListDatabaseVulnerabilityAssessmentScanRecords Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
List the Vulnerability Assessment scan records
public System.Collections.Generic.List<Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanRecord> ListDatabaseVulnerabilityAssessmentScanRecords (string resourceGroupName, string serverName, string databaseName);
member this.ListDatabaseVulnerabilityAssessmentScanRecords : string * string * string -> System.Collections.Generic.List<Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentScanRecord>
Public Function ListDatabaseVulnerabilityAssessmentScanRecords (resourceGroupName As String, serverName As String, databaseName As String) As List(Of VulnerabilityAssessmentScanRecord)
Parameters
- resourceGroupName
- String
- serverName
- String
- databaseName
- String