ManagedInstanceVulnerabilityAssessment Class

Definition

A managed instance vulnerability assessment.

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

Constructors

ManagedInstanceVulnerabilityAssessment()

Initializes a new instance of the ManagedInstanceVulnerabilityAssessment class.

ManagedInstanceVulnerabilityAssessment(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties)

Initializes a new instance of the ManagedInstanceVulnerabilityAssessment 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. Applies only if the storage account is not behind a Vnet or a firewall

StorageContainerPath

Gets or sets a blob storage container path to hold the scan results (e.g. https://myStorage.blob.core.windows.net/VaScans/).

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. Applies only if the storage account is not behind a Vnet or a firewall

Type

Gets resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

Applies to