Compliance Interface
public interface Compliance
An immutable client-side representation of Compliance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
List<Compliance |
assessmentResult()
Gets the assessment |
|
abstract
Offset |
assessmentTimestampUtcDate()
Gets the assessment |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Compliance |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Integer |
resourceCount()
Gets the resource |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
Method Details
assessmentResult
public abstract List<ComplianceSegment> assessmentResult()
Gets the assessmentResult property: An array of segment, which is the actually the compliance assessment.
Returns:
assessmentTimestampUtcDate
public abstract OffsetDateTime assessmentTimestampUtcDate()
Gets the assessmentTimestampUtcDate property: The timestamp when the Compliance calculation was conducted.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract ComplianceInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.ComplianceInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
resourceCount
public abstract Integer resourceCount()
Gets the resourceCount property: The resource count of the given subscription for which the Compliance calculation was conducted (needed for Management Group Compliance calculation).
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns: