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