DscNodeConfigurationOperationsExtensions.ListNextAsync Method

Definition

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

Parameters

nextLink
String

Returns

Applies to