Partager via


ResourceOperationsExtensions.ListNextAsync Méthode

Définition

Obtenez la liste des ressources.

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

Paramètres

operations
IResourceOperations

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

nextLink
String

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

Retours

Liste des groupes de ressources.

S’applique à