IGuestConfigurationAssignmentProperties.LatestAssignmentReportComplianceStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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