SqlVulnerabilityAssessments interface
Interface representing a SqlVulnerabilityAssessments.
Methods
delete(string, string, string, Sql |
Removes SQL Vulnerability Assessment. |
Method Details
delete(string, string, string, SqlVulnerabilityAssessmentsDeleteOptionalParams)
Removes SQL Vulnerability Assessment.
function delete(resourceGroupName: string, serverName: string, vulnerabilityAssessmentName: string, options?: SqlVulnerabilityAssessmentsDeleteOptionalParams): 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 SQL Vulnerability Assessment.
The options parameters.
Returns
Promise<void>