DatabaseVulnerabilityAssessment.StorageContainerPath Property

Definition

Gets or sets a blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/). It is required if server level vulnerability assessment policy doesn't set

[Newtonsoft.Json.JsonProperty(PropertyName="properties.storageContainerPath")]
public string StorageContainerPath { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.storageContainerPath")>]
member this.StorageContainerPath : string with get, set
Public Property StorageContainerPath As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to