Interface VulnerabilityAssessmentScanRecord


  • public interface VulnerabilityAssessmentScanRecord
    An immutable client-side representation of VulnerabilityAssessmentScanRecord.
    • Method Detail

      • id

        String id()
        Gets the id property: Fully qualified resource Id for the resource.
        Returns:
        the id value.
      • name

        String name()
        Gets the name property: The name of the resource.
        Returns:
        the name value.
      • type

        String type()
        Gets the type property: The type of the resource.
        Returns:
        the type value.
      • scanId

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

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

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

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

        Integer numberOfFailedSecurityChecks()
        Gets the numberOfFailedSecurityChecks property: The number of failed security checks.
        Returns:
        the numberOfFailedSecurityChecks value.
      • innerModel

        VulnerabilityAssessmentScanRecordInner innerModel()
        Gets the inner com.azure.resourcemanager.synapse.fluent.models.VulnerabilityAssessmentScanRecordInner object.
        Returns:
        the inner object.