Share via


IGuestConfigurationAssignmentProperties.LatestAssignmentReportComplianceStatus Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.PSArgumentCompleter(new System.String[] { "Compliant", "NonCompliant", "Pending" })]
[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="A value indicating compliance status of the machine for the assigned guest configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="complianceStatus", Update=false)]
public string LatestAssignmentReportComplianceStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.PSArgumentCompleter(new System.String[] { "Compliant", "NonCompliant", "Pending" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=false, Description="A value indicating compliance status of the machine for the assigned guest configuration.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="complianceStatus", Update=false)>]
member this.LatestAssignmentReportComplianceStatus : string
Public ReadOnly Property LatestAssignmentReportComplianceStatus As String

Property Value

Attributes

Applies to