-
Notifications
You must be signed in to change notification settings - Fork 186
/
AssignmentReportDetails.yml
109 lines (104 loc) · 3.26 KB
/
AssignmentReportDetails.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
### YamlMime:TSType
name: AssignmentReportDetails
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails'
package: '@azure/arm-guestconfiguration'
summary: Details of the guest configuration assignment report.
fullName: AssignmentReportDetails
remarks: ''
isDeprecated: false
type: interface
properties:
- name: complianceStatus
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.complianceStatus'
package: '@azure/arm-guestconfiguration'
summary: >-
A value indicating compliance status of the machine for the assigned guest
configuration.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: complianceStatus
remarks: ''
isDeprecated: false
syntax:
content: 'complianceStatus?: string'
return:
description: ''
type: string
- name: endTime
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.endTime'
package: '@azure/arm-guestconfiguration'
summary: >-
End date and time of the guest configuration assignment compliance status
check.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: endTime
remarks: ''
isDeprecated: false
syntax:
content: 'endTime?: Date'
return:
description: ''
type: Date
- name: jobId
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.jobId'
package: '@azure/arm-guestconfiguration'
summary: >-
GUID of the report.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: jobId
remarks: ''
isDeprecated: false
syntax:
content: 'jobId?: string'
return:
description: ''
type: string
- name: operationType
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.operationType'
package: '@azure/arm-guestconfiguration'
summary: >-
Type of report, Consistency or Initial
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: operationType
remarks: ''
isDeprecated: false
syntax:
content: 'operationType?: string'
return:
description: ''
type: string
- name: resources
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.resources'
package: '@azure/arm-guestconfiguration'
summary: >-
The list of resources for which guest configuration assignment compliance
is checked.
fullName: resources
remarks: ''
isDeprecated: false
syntax:
content: 'resources?: AssignmentReportResource[]'
return:
description: ''
type: >-
<xref uid="@azure/arm-guestconfiguration.AssignmentReportResource"
/>[]
- name: startTime
uid: '@azure/arm-guestconfiguration.AssignmentReportDetails.startTime'
package: '@azure/arm-guestconfiguration'
summary: >-
Start date and time of the guest configuration assignment compliance
status check.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: startTime
remarks: ''
isDeprecated: false
syntax:
content: 'startTime?: Date'
return:
description: ''
type: Date