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

IServerVulnerabilityAssessmentsOperations 接口

定义

ServerVulnerabilityAssessmentsOperations 操作。

public interface IServerVulnerabilityAssessmentsOperations
type IServerVulnerabilityAssessmentsOperations = interface
Public Interface IServerVulnerabilityAssessmentsOperations

方法

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

创建或更新服务器的漏洞评估。

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)

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

扩展方法

CreateOrUpdateAsync(IServerVulnerabilityAssessmentsOperations, String, String, ServerVulnerabilityAssessmentInner, CancellationToken)

创建或更新服务器的漏洞评估。

DeleteAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

删除服务器的漏洞评估。

GetAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

获取服务器的漏洞评估。

ListByServerAsync(IServerVulnerabilityAssessmentsOperations, String, String, CancellationToken)

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

ListByServerNextAsync(IServerVulnerabilityAssessmentsOperations, String, CancellationToken)

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

适用于