SqlVulnerabilityAssessmentScans interface
Interface die een SqlVulnerabilityAssessmentScans vertegenwoordigt.
Methoden
| get(string, string, string, Sql |
Hiermee haalt u de scangegevens van één scanrecord op. |
| list(string, string, Sql |
Hiermee haalt u een lijst met scanrecords op. |
Methodedetails
get(string, string, string, SqlVulnerabilityAssessmentScansGetOptionalParams)
Hiermee haalt u de scangegevens van één scanrecord op.
function get(scanId: string, workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScansGetOptionalParams): Promise<Scan>
Parameters
- scanId
-
string
De scan-id. Typ 'latest' om de scanrecord voor de meest recente scan op te halen.
- workspaceId
-
string
De werkruimte-id.
- resourceId
-
string
De id van de resource.
De optiesparameters.
Retouren
Promise<Scan>
list(string, string, SqlVulnerabilityAssessmentScansListOptionalParams)
Hiermee haalt u een lijst met scanrecords op.
function list(workspaceId: string, resourceId: string, options?: SqlVulnerabilityAssessmentScansListOptionalParams): Promise<Scans>
Parameters
- workspaceId
-
string
De werkruimte-id.
- resourceId
-
string
De id van de resource.
De optiesparameters.
Retouren
Promise<Scans>