FeaturesExtensions.ListAllAsync(IFeatures) Method

Definition

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult> ListAllAsync (this Microsoft.Azure.Management.Resources.IFeatures operations);
static member ListAllAsync : Microsoft.Azure.Management.Resources.IFeatures -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Resources.Models.FeatureOperationsListResult>
<Extension()>
Public Function ListAllAsync (operations As IFeatures) As Task(Of FeatureOperationsListResult)

Parameters

operations
IFeatures

Reference to the Microsoft.Azure.Management.Resources.IFeatures.

Returns

List of previewed features.

Applies to