Aracılığıyla paylaş


ComplianceProperties Constructors

Definition

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

assessmentTimestampUtcDate
Nullable<DateTime>

The timestamp when the Compliance calculation was conducted.

resourceCount
Nullable<Int32>

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.

Applies to