Share via


ServerVulnerabilityAssessment Class

Definition

A server vulnerability assessment.

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

Constructors

ServerVulnerabilityAssessment()

Initializes a new instance of the ServerVulnerabilityAssessment class.

ServerVulnerabilityAssessment(String, String, String, String, String, String, VulnerabilityAssessmentRecurringScansProperties)

Initializes a new instance of the ServerVulnerabilityAssessment 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/).

StorageContainerSasKey

Gets or sets a shared access signature (SAS Key) that has read and 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)

Methods

Validate()

Validate the object.

Applies to