你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ComplianceProperties Constructors
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.
Overloads
ComplianceProperties() |
Initializes a new instance of the ComplianceProperties class. |
ComplianceProperties(Nullable<DateTime>, Nullable<Int32>, IList<ComplianceSegment>) |
Initializes a new instance of the ComplianceProperties class. |
ComplianceProperties()
Initializes a new instance of the ComplianceProperties class.
public ComplianceProperties ();
Public Sub New ()
Applies to
ComplianceProperties(Nullable<DateTime>, Nullable<Int32>, IList<ComplianceSegment>)
Initializes a new instance of the ComplianceProperties class.
public ComplianceProperties (DateTime? assessmentTimestampUtcDate = default, int? resourceCount = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ComplianceSegment> assessmentResult = default);
new Microsoft.Azure.Management.Security.Models.ComplianceProperties : Nullable<DateTime> * Nullable<int> * System.Collections.Generic.IList<Microsoft.Azure.Management.Security.Models.ComplianceSegment> -> Microsoft.Azure.Management.Security.Models.ComplianceProperties
Public Sub New (Optional assessmentTimestampUtcDate As Nullable(Of DateTime) = Nothing, Optional resourceCount As Nullable(Of Integer) = Nothing, Optional assessmentResult As IList(Of ComplianceSegment) = Nothing)
Parameters
The timestamp when the Compliance calculation was conducted.
The resource count of the given subscription for which the Compliance calculation was conducted (needed for Management Group Compliance calculation).
- assessmentResult
- IList<ComplianceSegment>
An array of segment, which is the actually the compliance assessment.