DatabaseSqlVulnerabilityAssessmentExecuteScan interface     
Interface representing a DatabaseSqlVulnerabilityAssessmentExecuteScan.
Methods
| begin | Executes a Vulnerability Assessment database scan. | 
| begin | Executes a Vulnerability Assessment database scan. | 
Method Details
		beginExecute(string, string, string, string, DatabaseSqlVulnerabilityAssessmentExecuteScanExecuteOptionalParams)
	         
	Executes a Vulnerability Assessment database scan.
function beginExecute(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, options?: DatabaseSqlVulnerabilityAssessmentExecuteScanExecuteOptionalParams): Promise<SimplePollerLike<OperationState<void>, 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.
- databaseName
- 
				string 
The name of the database.
- vulnerabilityAssessmentName
- 
				string 
The name of the vulnerability assessment.
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
		beginExecuteAndWait(string, string, string, string, DatabaseSqlVulnerabilityAssessmentExecuteScanExecuteOptionalParams)
	           
	Executes a Vulnerability Assessment database scan.
function beginExecuteAndWait(resourceGroupName: string, serverName: string, databaseName: string, vulnerabilityAssessmentName: string, options?: DatabaseSqlVulnerabilityAssessmentExecuteScanExecuteOptionalParams): 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.
- databaseName
- 
				string 
The name of the database.
- vulnerabilityAssessmentName
- 
				string 
The name of the vulnerability assessment.
The options parameters.
Returns
Promise<void>