Compartir a través de


OperationsExtensions.ListNext(IOperations, String) Método

Definición

Enumera las operaciones disponibles para el proveedor Microsoft.ManagedIdentity.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Operation> ListNext (this Microsoft.Azure.Management.ManagedServiceIdentity.IOperations operations, string nextPageLink);
static member ListNext : Microsoft.Azure.Management.ManagedServiceIdentity.IOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ManagedServiceIdentity.Models.Operation>
<Extension()>
Public Function ListNext (operations As IOperations, nextPageLink As String) As IPage(Of Operation)

Parámetros

operations
IOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a