PolicyAssignment.NonComplianceMessages Property

Definition

Gets or sets the messages that describe why a resource is non-compliant with the policy.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.nonComplianceMessages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.NonComplianceMessage> NonComplianceMessages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.nonComplianceMessages")>]
member this.NonComplianceMessages : System.Collections.Generic.IList<Microsoft.Azure.Management.ResourceManager.Models.NonComplianceMessage> with get, set
Public Property NonComplianceMessages As IList(Of NonComplianceMessage)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to