Package version:

Interface DatabaseVulnerabilityAssessments

Interface representing a DatabaseVulnerabilityAssessments.

Hierarchy

  • DatabaseVulnerabilityAssessments

Methods

  • Removes the database's vulnerability assessment.

    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 for which the vulnerability assessment is defined.

    • vulnerabilityAssessmentName: string

      The name of the vulnerability assessment.

    • Optional options: DatabaseVulnerabilityAssessmentsDeleteOptionalParams

      The options parameters.

    Returns Promise<void>

Generated using TypeDoc