Share via


IAssignmentReportResource.Reason Property

Definition

Compliance reason and reason code for a resource.

[Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="Compliance reason and reason code for a resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResourceComplianceReason) }, Read=true, ReadOnly=false, Required=false, SerializedName="reasons", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResourceComplianceReason> Reason { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Runtime.Info(Create=true, Description="Compliance reason and reason code for a resource.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResourceComplianceReason) }, Read=true, ReadOnly=false, Required=false, SerializedName="reasons", Update=true)>]
member this.Reason : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.GuestConfiguration.Models.IAssignmentReportResourceComplianceReason> with get, set
Public Property Reason As List(Of IAssignmentReportResourceComplianceReason)

Property Value

Attributes

Applies to