GuestConfigurationAssignmentProperties interface
Guest configuration assignment properties.
Properties
assignment |
Combined hash of the configuration package and parameters. NOTE: This property will not be serialized. It can only be populated by the server. |
compliance |
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. |
context | The source which initiated the guest configuration assignment. Ex: Azure Policy |
guest |
The guest configuration to assign. |
last |
Date and time when last compliance status was checked. NOTE: This property will not be serialized. It can only be populated by the server. |
latest |
Last reported guest configuration assignment report. |
latest |
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. |
parameter |
parameter hash for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server. |
provisioning |
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server. |
resource |
Type of the resource - VMSS / VM NOTE: This property will not be serialized. It can only be populated by the server. |
target |
VM resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
vmss |
The list of VM Compliance data for VMSS |
Property Details
assignmentHash
Combined hash of the configuration package and parameters. NOTE: This property will not be serialized. It can only be populated by the server.
assignmentHash?: string
Property Value
string
complianceStatus
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.
complianceStatus?: string
Property Value
string
context
The source which initiated the guest configuration assignment. Ex: Azure Policy
context?: string
Property Value
string
guestConfiguration
The guest configuration to assign.
guestConfiguration?: GuestConfigurationNavigation
Property Value
lastComplianceStatusChecked
Date and time when last compliance status was checked. NOTE: This property will not be serialized. It can only be populated by the server.
lastComplianceStatusChecked?: Date
Property Value
Date
latestAssignmentReport
Last reported guest configuration assignment report.
latestAssignmentReport?: AssignmentReport
Property Value
latestReportId
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.
latestReportId?: string
Property Value
string
parameterHash
parameter hash for the guest configuration assignment. NOTE: This property will not be serialized. It can only be populated by the server.
parameterHash?: string
Property Value
string
provisioningState
The provisioning state, which only appears in the response. NOTE: This property will not be serialized. It can only be populated by the server.
provisioningState?: string
Property Value
string
resourceType
Type of the resource - VMSS / VM NOTE: This property will not be serialized. It can only be populated by the server.
resourceType?: string
Property Value
string
targetResourceId
VM resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
targetResourceId?: string
Property Value
string
vmssVMList
Azure SDK for JavaScript