Del via


DatabaseVulnerabilityAssessmentScanExportProperties Class

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

Implements

public final class DatabaseVulnerabilityAssessmentScanExportProperties
implements JsonSerializable<DatabaseVulnerabilityAssessmentScanExportProperties>

Properties of the export operation's result.

Constructor Summary

Constructor Description
DatabaseVulnerabilityAssessmentScanExportProperties()

Creates an instance of DatabaseVulnerabilityAssessmentScanExportProperties class.

Method Summary

Modifier and Type Method and Description
String exportedReportLocation()

Get the exportedReportLocation property: Location of the exported report (e.g.

static DatabaseVulnerabilityAssessmentScanExportProperties fromJson(JsonReader jsonReader)

Reads an instance of DatabaseVulnerabilityAssessmentScanExportProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

Methods inherited from java.lang.Object

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.

fromJson

public static DatabaseVulnerabilityAssessmentScanExportProperties fromJson(JsonReader jsonReader)

Reads an instance of DatabaseVulnerabilityAssessmentScanExportProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DatabaseVulnerabilityAssessmentScanExportProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the DatabaseVulnerabilityAssessmentScanExportProperties.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to