-
Notifications
You must be signed in to change notification settings - Fork 186
/
VmssvmInfo.yml
91 lines (86 loc) · 2.61 KB
/
VmssvmInfo.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
### YamlMime:TSType
name: VmssvmInfo
uid: '@azure/arm-guestconfiguration.VmssvmInfo'
package: '@azure/arm-guestconfiguration'
summary: Information about VMSS VM
fullName: VmssvmInfo
remarks: ''
isDeprecated: false
type: interface
properties:
- name: complianceStatus
uid: '@azure/arm-guestconfiguration.VmssvmInfo.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: lastComplianceChecked
uid: '@azure/arm-guestconfiguration.VmssvmInfo.lastComplianceChecked'
package: '@azure/arm-guestconfiguration'
summary: >-
Date and time when last compliance status was checked.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: lastComplianceChecked
remarks: ''
isDeprecated: false
syntax:
content: 'lastComplianceChecked?: Date'
return:
description: ''
type: Date
- name: latestReportId
uid: '@azure/arm-guestconfiguration.VmssvmInfo.latestReportId'
package: '@azure/arm-guestconfiguration'
summary: >-
Id of the latest report for the guest configuration assignment.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: latestReportId
remarks: ''
isDeprecated: false
syntax:
content: 'latestReportId?: string'
return:
description: ''
type: string
- name: vmId
uid: '@azure/arm-guestconfiguration.VmssvmInfo.vmId'
package: '@azure/arm-guestconfiguration'
summary: >-
UUID of the VM.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: vmId
remarks: ''
isDeprecated: false
syntax:
content: 'vmId?: string'
return:
description: ''
type: string
- name: vmResourceId
uid: '@azure/arm-guestconfiguration.VmssvmInfo.vmResourceId'
package: '@azure/arm-guestconfiguration'
summary: >-
Azure resource Id of the VM.
NOTE: This property will not be serialized. It can only be populated by
the server.
fullName: vmResourceId
remarks: ''
isDeprecated: false
syntax:
content: 'vmResourceId?: string'
return:
description: ''
type: string