JobOperationsExtensions.ListNextAsync(IJobOperations, String) メソッド

定義

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)

パラメーター

operations
IJobOperations
nextLink
String

戻り値

適用対象