ComplianceSegment Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.ComplianceSegment

public final class ComplianceSegment

A segment of a compliance assessment.

Constructor Summary

Constructor Description
ComplianceSegment()

Creates an instance of ComplianceSegment class.

Method Summary

Modifier and Type Method and Description
Double percentage()

Get the percentage property: The size (%) of the segment.

String segmentType()

Get the segmentType property: The segment type, e.g.

void validate()

Validates the instance.

Methods inherited from java.lang.Object

Constructor Details

ComplianceSegment

public ComplianceSegment()

Creates an instance of ComplianceSegment class.

Method Details

percentage

public Double percentage()

Get the percentage property: The size (%) of the segment.

Returns:

the percentage value.

segmentType

public String segmentType()

Get the segmentType property: The segment type, e.g. compliant, non-compliance, insufficient coverage, N/A, etc.

Returns:

the segmentType value.

validate

public void validate()

Validates the instance.

Applies to