你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IServerVulnerabilityAssessmentsOperations 接口

定义

ServerVulnerabilityAssessmentsOperations 操作。

public interface IServerVulnerabilityAssessmentsOperations
type IServerVulnerabilityAssessmentsOperations = interface
Public Interface IServerVulnerabilityAssessmentsOperations

方法

CreateOrUpdateWithHttpMessagesAsync(String, String, ServerVulnerabilityAssessment, Dictionary<String,List<String>>, CancellationToken)

创建或更新服务器的漏洞评估。 详细了解如何使用托管标识设置 SQL 漏洞评估 - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage

DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

删除服务器的漏洞评估。

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

获取服务器的漏洞评估。

ListByServerNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

列出与服务器关联的漏洞评估策略。

ListByServerWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

列出与服务器关联的漏洞评估策略。

扩展方法

CreateOrUpdate(IServerVulnerabilityAssessmentsOperations, String, String, ServerVulnerabilityAssessment)

创建或更新服务器的漏洞评估。 详细了解如何使用托管标识设置 SQL 漏洞评估 - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage

CreateOrUpdateAsync(IServerVulnerabilityAssessmentsOperations, String, String, ServerVulnerabilityAssessment, CancellationToken)

创建或更新服务器的漏洞评估。 详细了解如何使用托管标识设置 SQL 漏洞评估 - https://docs.microsoft.com/azure/azure-sql/database/sql-database-vulnerability-assessment-storage

Delete(IServerVulnerabilityAssessmentsOperations, String, String)

删除服务器的漏洞评估。

DeleteAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

删除服务器的漏洞评估。

Get(IServerVulnerabilityAssessmentsOperations, String, String)

获取服务器的漏洞评估。

GetAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

获取服务器的漏洞评估。

ListByServer(IServerVulnerabilityAssessmentsOperations, String, String)

列出与服务器关联的漏洞评估策略。

ListByServerAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

列出与服务器关联的漏洞评估策略。

ListByServerNext(IServerVulnerabilityAssessmentsOperations, String)

列出与服务器关联的漏洞评估策略。

ListByServerNextAsync(IServerVulnerabilityAssessmentsOperations, String, CancellationToken)

列出与服务器关联的漏洞评估策略。

适用于