ManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperationsExtensions.DeleteAsync Method

Definition

Removes the database's vulnerability assessment rule baseline.

public static System.Threading.Tasks.Task DeleteAsync (this Microsoft.Azure.Management.Sql.Fluent.IManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations operations, string resourceGroupName, string managedInstanceName, string databaseName, string ruleId, Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentPolicyBaselineName baselineName, System.Threading.CancellationToken cancellationToken = default);
static member DeleteAsync : Microsoft.Azure.Management.Sql.Fluent.IManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Fluent.Models.VulnerabilityAssessmentPolicyBaselineName * System.Threading.CancellationToken -> System.Threading.Tasks.Task
<Extension()>
Public Function DeleteAsync (operations As IManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations, resourceGroupName As String, managedInstanceName As String, databaseName As String, ruleId As String, baselineName As VulnerabilityAssessmentPolicyBaselineName, Optional cancellationToken As CancellationToken = Nothing) As Task

Parameters

operations
IManagedDatabaseVulnerabilityAssessmentRuleBaselinesOperations

The operations group for this extension method.

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.

managedInstanceName
String

The name of the managed instance.

databaseName
String

The name of the database for which the vulnerability assessment rule baseline is defined.

ruleId
String

The vulnerability assessment rule ID.

baselineName
VulnerabilityAssessmentPolicyBaselineName

The name of the vulnerability assessment rule baseline (default implies a baseline on a database level rule and master for server level rule). Possible values include: 'master', 'default'

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to