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

IAssessmentsOperations Interface

Definition

AssessmentsOperations operations.

public interface IAssessmentsOperations
type IAssessmentsOperations = interface
Public Interface IAssessmentsOperations

Methods

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

Create a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

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

Delete a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

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

Get a security assessment on your scanned resource

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

Get security assessments on all your scanned resources inside a scope

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

Get security assessments on all your scanned resources inside a scope

Extension Methods

CreateOrUpdate(IAssessmentsOperations, String, String, SecurityAssessment)

Create a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

CreateOrUpdateAsync(IAssessmentsOperations, String, String, SecurityAssessment, CancellationToken)

Create a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

Delete(IAssessmentsOperations, String, String)

Delete a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

DeleteAsync(IAssessmentsOperations, String, String, CancellationToken)

Delete a security assessment on your resource. An assessment metadata that describes this assessment must be predefined with the same name before inserting the assessment result

Get(IAssessmentsOperations, String, String, String)

Get a security assessment on your scanned resource

GetAsync(IAssessmentsOperations, String, String, String, CancellationToken)

Get a security assessment on your scanned resource

List(IAssessmentsOperations, String)

Get security assessments on all your scanned resources inside a scope

ListAsync(IAssessmentsOperations, String, CancellationToken)

Get security assessments on all your scanned resources inside a scope

ListNext(IAssessmentsOperations, String)

Get security assessments on all your scanned resources inside a scope

ListNextAsync(IAssessmentsOperations, String, CancellationToken)

Get security assessments on all your scanned resources inside a scope

Applies to