SqlVulnerabilityAssessmentRuleBaselines interface

Interface representing a SqlVulnerabilityAssessmentRuleBaselines.

Methods

delete(string, string, string, string, string, SqlVulnerabilityAssessmentRuleBaselinesDeleteOptionalParams)

Removes the database's vulnerability assessment rule baseline.

Method Details

delete(string, string, string, string, string, SqlVulnerabilityAssessmentRuleBaselinesDeleteOptionalParams)

Removes the database's vulnerability assessment rule baseline.

function delete(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, baselineName: string, ruleId: string, options?: SqlVulnerabilityAssessmentRuleBaselinesDeleteOptionalParams): Promise<void>

Parameters

resourceGroupName

string

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

serverName

string

The name of the server.

vulnerabilityAssessmentName

string

The name of the vulnerability assessment.

baselineName

string

ruleId

string

The vulnerability assessment rule ID.

Returns

Promise<void>