Class DatabaseVulnerabilityAssessmentScanExportProperties

java.lang.Object
com.azure.resourcemanager.sql.fluent.models.DatabaseVulnerabilityAssessmentScanExportProperties

public final class DatabaseVulnerabilityAssessmentScanExportProperties extends Object
Properties of the export operation's result.
  • Constructor Details

    • DatabaseVulnerabilityAssessmentScanExportProperties

      public DatabaseVulnerabilityAssessmentScanExportProperties()
      Creates an instance of DatabaseVulnerabilityAssessmentScanExportProperties class.
  • Method Details

    • exportedReportLocation

      public String exportedReportLocation()
      Get the exportedReportLocation property: Location of the exported report (e.g. https://myStorage.blob.core.windows.net/VaScans/scans/serverName/databaseName/scan_scanId.xlsx).
      Returns:
      the exportedReportLocation value.
    • validate

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