Partilhar via


ResourceOperationsExtensions.ListNextAsync Método

Definição

Obtenha uma lista de recursos.

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)

Parâmetros

operations
IResourceOperations

Referência para o Microsoft.Azure.Management.Resources.IResourceOperations.

nextLink
String

Obrigatórios. NextLink da chamada bem-sucedida anterior à operação List.

Retornos

Lista de grupos de recursos.

Aplica-se a