Compartir a través de


ResourceOperationsExtensions.ListNextAsync Método

Definición

Obtenga una 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

Referencia a Microsoft.Azure.Management.Resources.IResourceOperations.

nextLink
String

Obligatorio. NextLink de la llamada correcta anterior para la operación de lista.

Devoluciones

Lista de grupos de recursos.

Se aplica a