SqlPoolVulnerabilityAssessmentScans interface
Interface representing a SqlPoolVulnerabilityAssessmentScans.
Methods
begin |
Executes a Vulnerability Assessment database scan. |
begin |
Executes a Vulnerability Assessment database scan. |
export(string, string, string, string, string, Sql |
Convert an existing scan result to a human readable format. If already exists nothing happens |
get(string, string, string, string, string, Sql |
Gets a vulnerability assessment scan record of a Sql pool. |
list(string, string, string, string, Sql |
Lists the vulnerability assessment scans of a SQL pool. |
Method Details
beginInitiateScan(string, string, string, string, string, SqlPoolVulnerabilityAssessmentScansInitiateScanOptionalParams)
Executes a Vulnerability Assessment database scan.
function beginInitiateScan(resourceGroupName: string, workspaceName: string, sqlPoolName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlPoolVulnerabilityAssessmentScansInitiateScanOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
- scanId
-
string
The vulnerability assessment scan Id of the scan to retrieve.
The options parameters.
Returns
Promise<PollerLike<@azure/core-lro.PollOperationState<void>, void>>
beginInitiateScanAndWait(string, string, string, string, string, SqlPoolVulnerabilityAssessmentScansInitiateScanOptionalParams)
Executes a Vulnerability Assessment database scan.
function beginInitiateScanAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlPoolVulnerabilityAssessmentScansInitiateScanOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
- scanId
-
string
The vulnerability assessment scan Id of the scan to retrieve.
The options parameters.
Returns
Promise<void>
export(string, string, string, string, string, SqlPoolVulnerabilityAssessmentScansExportOptionalParams)
Convert an existing scan result to a human readable format. If already exists nothing happens
function export(resourceGroupName: string, workspaceName: string, sqlPoolName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlPoolVulnerabilityAssessmentScansExportOptionalParams): Promise<SqlPoolVulnerabilityAssessmentScansExport>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
- scanId
-
string
The vulnerability assessment scan Id of the scan to retrieve.
The options parameters.
Returns
get(string, string, string, string, string, SqlPoolVulnerabilityAssessmentScansGetOptionalParams)
Gets a vulnerability assessment scan record of a Sql pool.
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, vulnerabilityAssessmentName: string, scanId: string, options?: SqlPoolVulnerabilityAssessmentScansGetOptionalParams): Promise<VulnerabilityAssessmentScanRecord>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
- scanId
-
string
The vulnerability assessment scan Id of the scan to retrieve.
The options parameters.
Returns
Promise<VulnerabilityAssessmentScanRecord>
list(string, string, string, string, SqlPoolVulnerabilityAssessmentScansListOptionalParams)
Lists the vulnerability assessment scans of a SQL pool.
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, vulnerabilityAssessmentName: string, options?: SqlPoolVulnerabilityAssessmentScansListOptionalParams): PagedAsyncIterableIterator<VulnerabilityAssessmentScanRecord, VulnerabilityAssessmentScanRecord[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- workspaceName
-
string
The name of the workspace.
- sqlPoolName
-
string
SQL pool name
- vulnerabilityAssessmentName
-
string
The name of the vulnerability assessment.
The options parameters.