-
Notifications
You must be signed in to change notification settings - Fork 188
/
QueryCheck.yml
58 lines (55 loc) · 1.54 KB
/
QueryCheck.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
### YamlMime:TSType
name: QueryCheck
uid: '@azure/arm-sql.QueryCheck'
package: '@azure/arm-sql'
summary: SQL Vulnerability Assessment query check object.
fullName: QueryCheck
remarks: ''
isDeprecated: false
type: interface
properties:
- name: columnNames
uid: '@azure/arm-sql.QueryCheck.columnNames'
package: '@azure/arm-sql'
summary: >-
SQL Vulnerability Assessment column names of query expected result.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: columnNames
remarks: ''
isDeprecated: false
syntax:
content: 'columnNames?: string[]'
return:
description: ''
type: string[]
- name: expectedResult
uid: '@azure/arm-sql.QueryCheck.expectedResult'
package: '@azure/arm-sql'
summary: >-
SQL Vulnerability Assessment query expected result.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: expectedResult
remarks: ''
isDeprecated: false
syntax:
content: 'expectedResult?: string[][]'
return:
description: ''
type: string[][]
- name: query
uid: '@azure/arm-sql.QueryCheck.query'
package: '@azure/arm-sql'
summary: >-
SQL Vulnerability Assessment rule query.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: query
remarks: ''
isDeprecated: false
syntax:
content: 'query?: string'
return:
description: ''
type: string