JobOperationsExtensions.ListNextAsync(IJobOperations, String) Método

Definición

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

Parámetros

operations
IJobOperations
nextLink
String

Devoluciones

Se aplica a