DscNodeOperationsExtensions.ListNext(IDscNodeOperations, String) Method

Definition

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

Parameters

operations
IDscNodeOperations
nextLink
String

Returns

Applies to