Partager via


FeaturesOperationsExtensions.ListAsync Méthode

Définition

Obtient toutes les fonctionnalités de préversion dans un espace de noms de fournisseur qui sont disponibles via AFEC pour l’abonnement.

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

Paramètres

operations
IFeaturesOperations

Groupe d’opérations pour cette méthode d’extension.

resourceProviderNamespace
String

Espace de noms du fournisseur de ressources pour obtenir des fonctionnalités.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à