Share via


IFeatures.ListAllAsync(CancellationToken) Method

Definition

Gets a list of previewed features for all the providers in the current subscription.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult> ListAllAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAllAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult>
Public Function ListAllAsync (cancellationToken As CancellationToken) As Task(Of FeatureOperationsListResult)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

List of previewed features.

Applies to