GuestConfigurationAssignmentProperties interface

Guest configuration assignment properties.

Properties

assignmentHash

Combined hash of the configuration package and parameters.

complianceStatus

A value indicating compliance status of the machine for the assigned guest configuration.

context

The source which initiated the guest configuration assignment. Ex: Azure Policy

guestConfiguration

The guest configuration to assign.

lastComplianceStatusChecked

Date and time when last compliance status was checked.

latestAssignmentReport

Last reported guest configuration assignment report.

latestReportId

Id of the latest report for the guest configuration assignment.

parameterHash

parameter hash for the guest configuration assignment.

provisioningState

The provisioning state, which only appears in the response.

resourceType

Type of the resource - VMSS / VM

targetResourceId

VM resource Id.

vmssVMList

The list of VM Compliance data for VMSS

Property Details

assignmentHash

Combined hash of the configuration package and parameters.

assignmentHash?: string

Property Value

string

complianceStatus

A value indicating compliance status of the machine for the assigned guest configuration.

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.

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.

latestReportId?: string

Property Value

string

parameterHash

parameter hash for the guest configuration assignment.

parameterHash?: string

Property Value

string

provisioningState

The provisioning state, which only appears in the response.

provisioningState?: string

Property Value

string

resourceType

Type of the resource - VMSS / VM

resourceType?: string

Property Value

string

targetResourceId

VM resource Id.

targetResourceId?: string

Property Value

string

vmssVMList

The list of VM Compliance data for VMSS

vmssVMList?: VmssvmInfo[]

Property Value