IAssessmentsMetadataOperations Interface
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.
AssessmentsMetadataOperations operations.
public interface IAssessmentsMetadataOperations
type IAssessmentsMetadataOperations = interface
Public Interface IAssessmentsMetadataOperations
Methods
Extension Methods
| Name | Description |
|---|---|
| CreateInSubscription(IAssessmentsMetadataOperations, String, SecurityAssessmentMetadataResponse) |
Create metadata information on an assessment type in a specific subscription |
| CreateInSubscriptionAsync(IAssessmentsMetadataOperations, String, SecurityAssessmentMetadataResponse, CancellationToken) |
Create metadata information on an assessment type in a specific subscription |
| DeleteInSubscription(IAssessmentsMetadataOperations, String) |
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription |
| DeleteInSubscriptionAsync(IAssessmentsMetadataOperations, String, CancellationToken) |
Delete metadata information on an assessment type in a specific subscription, will cause the deletion of all the assessments of that type in that subscription |
| Get(IAssessmentsMetadataOperations, String) |
Get metadata information on an assessment type |
| GetAsync(IAssessmentsMetadataOperations, String, CancellationToken) |
Get metadata information on an assessment type |
| GetInSubscription(IAssessmentsMetadataOperations, String) |
Get metadata information on an assessment type in a specific subscription |
| GetInSubscriptionAsync(IAssessmentsMetadataOperations, String, CancellationToken) |
Get metadata information on an assessment type in a specific subscription |
| List(IAssessmentsMetadataOperations) |
Get metadata information on all assessment types |
| ListAsync(IAssessmentsMetadataOperations, CancellationToken) |
Get metadata information on all assessment types |
| ListBySubscription(IAssessmentsMetadataOperations) |
Get metadata information on all assessment types in a specific subscription |
| ListBySubscriptionAsync(IAssessmentsMetadataOperations, CancellationToken) |
Get metadata information on all assessment types in a specific subscription |
| ListBySubscriptionNext(IAssessmentsMetadataOperations, String) |
Get metadata information on all assessment types in a specific subscription |
| ListBySubscriptionNextAsync(IAssessmentsMetadataOperations, String, CancellationToken) |
Get metadata information on all assessment types in a specific subscription |
| ListNext(IAssessmentsMetadataOperations, String) |
Get metadata information on all assessment types |
| ListNextAsync(IAssessmentsMetadataOperations, String, CancellationToken) |
Get metadata information on all assessment types |