VulnerabilityAssessmentEndpointsCommunicator.ListDatabaseVulnerabilityAssessmentScanRecords Method

Definition

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

Returns

Applies to