-
Notifications
You must be signed in to change notification settings - Fork 187
/
WindowsParameters.yml
74 lines (74 loc) · 2.34 KB
/
WindowsParameters.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
### YamlMime:TSType
name: WindowsParameters
uid: '@azure/arm-compute.WindowsParameters'
package: '@azure/arm-compute'
summary: Input for InstallPatches on a Windows VM, as directly received by the API
fullName: WindowsParameters
remarks: ''
isDeprecated: false
type: interface
properties:
- name: classificationsToInclude
uid: '@azure/arm-compute.WindowsParameters.classificationsToInclude'
package: '@azure/arm-compute'
summary: The update classifications to select when installing patches for Windows.
fullName: classificationsToInclude
remarks: ''
isDeprecated: false
syntax:
content: 'classificationsToInclude?: string[]'
return:
description: ''
type: string[]
- name: excludeKbsRequiringReboot
uid: '@azure/arm-compute.WindowsParameters.excludeKbsRequiringReboot'
package: '@azure/arm-compute'
summary: >-
Filters out Kbs that don't have an InstallationRebootBehavior of
'NeverReboots' when this is set to true.
fullName: excludeKbsRequiringReboot
remarks: ''
isDeprecated: false
syntax:
content: 'excludeKbsRequiringReboot?: boolean'
return:
description: ''
type: boolean
- name: kbNumbersToExclude
uid: '@azure/arm-compute.WindowsParameters.kbNumbersToExclude'
package: '@azure/arm-compute'
summary: Kbs to exclude in the patch operation
fullName: kbNumbersToExclude
remarks: ''
isDeprecated: false
syntax:
content: 'kbNumbersToExclude?: string[]'
return:
description: ''
type: string[]
- name: kbNumbersToInclude
uid: '@azure/arm-compute.WindowsParameters.kbNumbersToInclude'
package: '@azure/arm-compute'
summary: Kbs to include in the patch operation
fullName: kbNumbersToInclude
remarks: ''
isDeprecated: false
syntax:
content: 'kbNumbersToInclude?: string[]'
return:
description: ''
type: string[]
- name: maxPatchPublishDate
uid: '@azure/arm-compute.WindowsParameters.maxPatchPublishDate'
package: '@azure/arm-compute'
summary: >-
This is used to install patches that were published on or before this
given max published date.
fullName: maxPatchPublishDate
remarks: ''
isDeprecated: false
syntax:
content: 'maxPatchPublishDate?: Date'
return:
description: ''
type: Date