ComplianceInner Class

public final class ComplianceInner
extends ProxyResource

Compliance of a scope.

Constructor Summary

Constructor Description
ComplianceInner()

Creates an instance of ComplianceInner class.

Method Summary

Modifier and Type Method and Description
List<ComplianceSegment> assessmentResult()

Get the assessmentResult property: An array of segment, which is the actually the compliance assessment.

OffsetDateTime assessmentTimestampUtcDate()

Get the assessmentTimestampUtcDate property: The timestamp when the Compliance calculation was conducted.

Integer resourceCount()

Get the resourceCount property: The resource count of the given subscription for which the Compliance calculation was conducted (needed for Management Group Compliance calculation).

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Constructor Details

ComplianceInner

public ComplianceInner()

Creates an instance of ComplianceInner class.

Method Details

assessmentResult

public List assessmentResult()

Get the assessmentResult property: An array of segment, which is the actually the compliance assessment.

Returns:

the assessmentResult value.

assessmentTimestampUtcDate

public OffsetDateTime assessmentTimestampUtcDate()

Get the assessmentTimestampUtcDate property: The timestamp when the Compliance calculation was conducted.

Returns:

the assessmentTimestampUtcDate value.

resourceCount

public Integer resourceCount()

Get the resourceCount property: The resource count of the given subscription for which the Compliance calculation was conducted (needed for Management Group Compliance calculation).

Returns:

the resourceCount value.

validate

public void validate()

Validates the instance.

Applies to