RegulatoryComplianceAssessment Interface
public interface RegulatoryComplianceAssessment
An immutable client-side representation of RegulatoryComplianceAssessment.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract String |
assessmentDetailsLink()
Gets the assessment |
| abstract String |
assessmentType()
Gets the assessment |
| abstract String |
description()
Gets the description property: The description of the regulatory compliance assessment. |
| abstract Integer |
failedResources()
Gets the failed |
| abstract String |
id()
Gets the id property: Fully qualified resource Id for the resource. |
|
abstract
Regulatory |
innerModel()
Gets the inner com. |
| abstract String |
name()
Gets the name property: The name of the resource. |
| abstract Integer |
passedResources()
Gets the passed |
| abstract Integer |
skippedResources()
Gets the skipped |
| abstract State |
state()
Gets the state property: Aggregative state based on the assessment's scanned resources states. |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Integer |
unsupportedResources()
Gets the unsupported |
Method Details
assessmentDetailsLink
public abstract String assessmentDetailsLink()
Gets the assessmentDetailsLink property: Link to more detailed assessment results data. The response type will be according to the assessmentType field.
Returns:
assessmentType
public abstract String assessmentType()
Gets the assessmentType property: The expected type of assessment contained in the AssessmentDetailsLink.
Returns:
description
public abstract String description()
Gets the description property: The description of the regulatory compliance assessment.
Returns:
failedResources
public abstract Integer failedResources()
Gets the failedResources property: The given assessment's related resources count with failed state.
Returns:
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
Returns:
innerModel
public abstract RegulatoryComplianceAssessmentInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.RegulatoryComplianceAssessmentInner object.
Returns:
name
public abstract String name()
Gets the name property: The name of the resource.
Returns:
passedResources
public abstract Integer passedResources()
Gets the passedResources property: The given assessment's related resources count with passed state.
Returns:
skippedResources
public abstract Integer skippedResources()
Gets the skippedResources property: The given assessment's related resources count with skipped state.
Returns:
state
public abstract State state()
Gets the state property: Aggregative state based on the assessment's scanned resources states.
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:
unsupportedResources
public abstract Integer unsupportedResources()
Gets the unsupportedResources property: The given assessment's related resources count with unsupported state.
Returns: