Package version:

Interface DatabaseVulnerabilityAssessmentScans

Interface representing a DatabaseVulnerabilityAssessmentScans.

Hierarchy

  • DatabaseVulnerabilityAssessmentScans

Methods

  • Executes a Vulnerability Assessment database scan.

    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.

    • scanId: string

      The vulnerability assessment scan Id of the scan to retrieve.

    • Optional options: DatabaseVulnerabilityAssessmentScansInitiateScanOptionalParams

      The options parameters.

    Returns Promise<SimplePollerLike<OperationState<void>, void>>

Generated using TypeDoc