VulnerabilityAssessmentScanExportModel.ExportedReportLocation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a location of the exported report (e.g. https://myStorage.blob.core.windows.net/VaScans/scans/serverName/databaseName/scan_scanId.xlsx).
[Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Converted Report Location", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)]
public string ExportedReportLocation { get; set; }
[<Microsoft.WindowsAzure.Commands.Common.Attributes.Ps1Xml(Label="Converted Report Location", Target=Microsoft.WindowsAzure.Commands.Common.Attributes.ViewControl.Table)>]
member this.ExportedReportLocation : string with get, set
Public Property ExportedReportLocation As String
Property Value
- Attributes