DscNodeOperationsExtensions.ListNextAsync(IDscNodeOperations, String) Method

Definition

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

Parameters

operations
IDscNodeOperations
nextLink
String

Returns

Applies to