Partager via


FeaturesExtensions.ListNextAsync(IFeatures, String) Méthode

Définition

Obtient la liste des fonctionnalités en préversion d’un fournisseur de ressources.

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

Paramètres

operations
IFeatures

Référence à Microsoft.Azure.Management.Resources.IFeatures.

nextLink
String

Obligatoire. NextLink de l'appel réussi précédent à l'opération de liste.

Retours

Liste des fonctionnalités en préversion.

S’applique à