你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ComplianceProperties.AssessmentResult Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="assessmentResult")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ComplianceSegment> AssessmentResult { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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