Freigeben über


FeaturesOperationsExtensions.ListAsync Methode

Definition

Ruft alle Vorschaufeatures in einem Anbieternamespace ab, die über AFEC für das Abonnement verfügbar sind.

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

Parameter

operations
IFeaturesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceProviderNamespace
String

Der Namespace des Ressourcenanbieters zum Abrufen von Features.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: