Class VulnerabilityAssessmentScanRecordInner


  • public final class VulnerabilityAssessmentScanRecordInner
    extends com.azure.core.management.ProxyResource
    A vulnerability assessment scan record.
    • Constructor Detail

      • VulnerabilityAssessmentScanRecordInner

        public VulnerabilityAssessmentScanRecordInner()
    • Method Detail

      • scanId

        public String scanId()
        Get the scanId property: The scan ID.
        Returns:
        the scanId value.
      • startTime

        public OffsetDateTime startTime()
        Get the startTime property: The scan start time (UTC).
        Returns:
        the startTime value.
      • endTime

        public OffsetDateTime endTime()
        Get the endTime property: The scan end time (UTC).
        Returns:
        the endTime value.
      • storageContainerPath

        public String storageContainerPath()
        Get the storageContainerPath property: The scan results storage container path.
        Returns:
        the storageContainerPath value.
      • numberOfFailedSecurityChecks

        public Integer numberOfFailedSecurityChecks()
        Get the numberOfFailedSecurityChecks property: The number of failed security checks.
        Returns:
        the numberOfFailedSecurityChecks value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.