Class DatabaseVulnerabilityAssessmentScansExport
A database Vulnerability Assessment scan export resource.
Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Management.Sql.dll
Syntax
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseVulnerabilityAssessmentScansExport : Microsoft.Azure.Management.Sql.Models.ProxyResource
Constructors
DatabaseVulnerabilityAssessmentScansExport()
Initializes a new instance of the DatabaseVulnerabilityAssessmentScansExport class.
Declaration
public DatabaseVulnerabilityAssessmentScansExport ();
DatabaseVulnerabilityAssessmentScansExport(String, String, String, String)
Initializes a new instance of the DatabaseVulnerabilityAssessmentScansExport class.
Declaration
public DatabaseVulnerabilityAssessmentScansExport (string id = null, string name = null, string type = null, string exportedReportLocation = null);
Parameters
String
id
Resource ID. |
String
name
Resource name. |
String
type
Resource type. |
String
exportedReportLocation
Location of the exported report (e.g. https://myStorage.blob.core.windows.net/VaScans/scans/serverName/databaseName/scan_scanId.xlsx). |
Properties
ExportedReportLocation
Gets location of the exported report (e.g. https://myStorage.blob.core.windows.net/VaScans/scans/serverName/databaseName/scan_scanId.xlsx).
Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="properties.exportedReportLocation")]
public string ExportedReportLocation { get; }
Property Value
String
|