DatabaseVulnerabilityAssessment Class
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.
A database vulnerability assessment.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DatabaseVulnerabilityAssessment : Microsoft.Azure.Management.Sql.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DatabaseVulnerabilityAssessment = class
inherit ProxyResource
Public Class DatabaseVulnerabilityAssessment
Inherits ProxyResource
- Inheritance
- Attributes
Constructors
DatabaseVulnerabilityAssessment() |
Initializes a new instance of the DatabaseVulnerabilityAssessment class. |
DatabaseVulnerabilityAssessment(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties) |
Initializes a new instance of the DatabaseVulnerabilityAssessment class. |
Properties
Id |
Gets resource ID. (Inherited from Resource) |
Name |
Gets resource name. (Inherited from Resource) |
RecurringScans |
Gets or sets the recurring scans settings |
StorageAccountAccessKey |
Gets or sets specifies the identifier key of the storage account for vulnerability assessment scan results. If 'StorageContainerSasKey' isn't specified, storageAccountAccessKey is required. |
StorageContainerPath |
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 |
StorageContainerSasKey |
Gets or sets a shared access signature (SAS Key) that has write access to the blob container specified in 'storageContainerPath' parameter. If 'storageAccountAccessKey' isn't specified, StorageContainerSasKey is required. |
Type |
Gets resource type. (Inherited from Resource) |
Applies to
Azure SDK for .NET