DatabaseVulnerabilityAssessmentRuleBaselinesOperationsExtensions.Delete メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Delete(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String) |
データベースの脆弱性評価規則のベースラインを削除します。 |
Delete(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, VulnerabilityAssessmentPolicyBaselineName) |
データベースの脆弱性評価規則のベースラインを削除します。 |
Delete(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String)
データベースの脆弱性評価規則のベースラインを削除します。
public static void Delete (this Microsoft.Azure.Management.Sql.IDatabaseVulnerabilityAssessmentRuleBaselinesOperations operations, string resourceGroupName, string serverName, string databaseName, string ruleId);
static member Delete : Microsoft.Azure.Management.Sql.IDatabaseVulnerabilityAssessmentRuleBaselinesOperations * string * string * string * string -> unit
<Extension()>
Public Sub Delete (operations As IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, resourceGroupName As String, serverName As String, databaseName As String, ruleId As String)
パラメーター
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
- String
サーバーの名前。
- databaseName
- String
脆弱性評価規則のベースラインが定義されているデータベースの名前。
- ruleId
- String
脆弱性評価ルール ID。
適用対象
Delete(IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, String, String, String, String, VulnerabilityAssessmentPolicyBaselineName)
データベースの脆弱性評価規則のベースラインを削除します。
public static void Delete (this Microsoft.Azure.Management.Sql.IDatabaseVulnerabilityAssessmentRuleBaselinesOperations operations, string resourceGroupName, string serverName, string databaseName, string ruleId, Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentPolicyBaselineName baselineName);
static member Delete : Microsoft.Azure.Management.Sql.IDatabaseVulnerabilityAssessmentRuleBaselinesOperations * string * string * string * string * Microsoft.Azure.Management.Sql.Models.VulnerabilityAssessmentPolicyBaselineName -> unit
<Extension()>
Public Sub Delete (operations As IDatabaseVulnerabilityAssessmentRuleBaselinesOperations, resourceGroupName As String, serverName As String, databaseName As String, ruleId As String, baselineName As VulnerabilityAssessmentPolicyBaselineName)
パラメーター
この拡張メソッドの操作グループ。
- resourceGroupName
- String
リソースが含まれているリソース グループの名前。 この値は、Azure リソース マネージャー API またはポータルから取得できます。
- serverName
- String
サーバーの名前。
- databaseName
- String
脆弱性評価規則のベースラインが定義されているデータベースの名前。
- ruleId
- String
脆弱性評価ルール ID。
- baselineName
- VulnerabilityAssessmentPolicyBaselineName
脆弱性評価規則のベースラインの名前 (既定値は、データベース レベルの規則のベースラインとサーバー レベルルールのマスターを意味します)。 使用可能な値は次のとおりです: 'master'、'default'
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET