Class DatabaseVulnerabilityAssessmentScanExportProperties
java.lang.Object
com.azure.resourcemanager.sql.fluent.models.DatabaseVulnerabilityAssessmentScanExportProperties
Properties of the export operation's result.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DatabaseVulnerabilityAssessmentScanExportProperties class. -
Method Summary
Modifier and TypeMethodDescriptionGet the exportedReportLocation property: Location of the exported report (e.g.voidvalidate()Validates the instance.
-
Constructor Details
-
DatabaseVulnerabilityAssessmentScanExportProperties
public DatabaseVulnerabilityAssessmentScanExportProperties()Creates an instance of DatabaseVulnerabilityAssessmentScanExportProperties class.
-
-
Method Details
-
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.
-