AssessmentsOperationsExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for AssessmentsOperations
public static class AssessmentsOperationsExtensions
type AssessmentsOperationsExtensions = class
Public Module AssessmentsOperationsExtensions
- Inheritance
-
AssessmentsOperationsExtensions
Methods
| Name | Description |
|---|---|
| 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 |