Share via


FeaturesOperationsExtensions.ListAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.FeatureResult>> ListAsync (this Microsoft.Azure.Management.Internal.Resources.IFeaturesOperations operations, string resourceProviderNamespace, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Internal.Resources.IFeaturesOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Internal.Resources.Models.FeatureResult>>
<Extension()>
Public Function ListAsync (operations As IFeaturesOperations, resourceProviderNamespace As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of FeatureResult))

Parameters

operations
IFeaturesOperations
resourceProviderNamespace
String
cancellationToken
CancellationToken

Returns

Applies to