Partilhar via


Compliance.AssessmentResult Property

Definition

Gets an array of segment, which is the actually the compliance assessment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.assessmentResult")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ComplianceSegment> AssessmentResult { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.assessmentResult")>]
member this.AssessmentResult : System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ComplianceSegment>
Public ReadOnly Property AssessmentResult As IList(Of ComplianceSegment)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to