AssessmentsMetadataOperationsExtensions.ListBySubscriptionAsync Method
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.
Get metadata information on all assessment types in a specific subscription
public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse>> ListBySubscriptionAsync(this Microsoft.Azure.Management.Security.IAssessmentsMetadataOperations operations, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionAsync : Microsoft.Azure.Management.Security.IAssessmentsMetadataOperations * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Security.Models.SecurityAssessmentMetadataResponse>>
<Extension()>
Public Function ListBySubscriptionAsync (operations As IAssessmentsMetadataOperations, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SecurityAssessmentMetadataResponse))
Parameters
- operations
- IAssessmentsMetadataOperations
The operations group for this extension method.
- cancellationToken
- CancellationToken
The cancellation token.