次の方法で共有


DatabaseVulnerabilityAssessmentRuleBaselinesOperationsExtensions.DeleteAsync メソッド

定義

オーバーロード

DeleteAsync(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, CancellationToken)

データベースの脆弱性評価規則のベースラインを削除します。

DeleteAsync(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, VulnerabilityAssessmentPolicyBaselineName, CancellationToken)

データベースの脆弱性評価規則のベースラインを削除します。

DeleteAsync(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, CancellationToken)

データベースの脆弱性評価規則のベースラインを削除します。

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

パラメーター

operations
IDatabaseVulnerabilityAssessmentRuleBaselinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

脆弱性評価規則のベースラインが定義されているデータベースの名前。

ruleId
String

脆弱性評価ルール ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象

DeleteAsync(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, VulnerabilityAssessmentPolicyBaselineName, CancellationToken)

データベースの脆弱性評価規則のベースラインを削除します。

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

パラメーター

operations
IDatabaseVulnerabilityAssessmentRuleBaselinesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。

serverName
String

サーバーの名前。

databaseName
String

脆弱性評価規則のベースラインが定義されているデータベースの名前。

ruleId
String

脆弱性評価ルール ID。

baselineName
VulnerabilityAssessmentPolicyBaselineName

脆弱性評価規則のベースラインの名前 (既定値は、データベース レベルの規則のベースラインとサーバー レベルルールのマスターを意味します)。 使用可能な値は次のとおりです: 'master'、'default'

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象