Share via


SqlPoolVulnerabilityAssessment Class

Definition

A Sql pool vulnerability assessment.

[Microsoft.Rest.Serialization.JsonTransformation]
public class SqlPoolVulnerabilityAssessment : Microsoft.Azure.Management.Synapse.Models.ProxyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type SqlPoolVulnerabilityAssessment = class
    inherit ProxyResource
Public Class SqlPoolVulnerabilityAssessment
Inherits ProxyResource
Inheritance
SqlPoolVulnerabilityAssessment
Attributes

Constructors

SqlPoolVulnerabilityAssessment()

Initializes a new instance of the SqlPoolVulnerabilityAssessment class.

SqlPoolVulnerabilityAssessment(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties)

Initializes a new instance of the SqlPoolVulnerabilityAssessment class.

Properties

Id

Gets fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

(Inherited from Resource)
Name

Gets the name of the resource

(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 the type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

(Inherited from Resource)

Applies to