Partager via


DscNodeOperationsExtensions.ListByAutomationAccountNext Méthode

Définition

Récupérez une liste de nœuds dsc. http://aka.ms/azureautomationsdk/dscnodeoperations

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNode> ListByAutomationAccountNext (this Microsoft.Azure.Management.Automation.IDscNodeOperations operations, string nextPageLink);
static member ListByAutomationAccountNext : Microsoft.Azure.Management.Automation.IDscNodeOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscNode>
<Extension()>
Public Function ListByAutomationAccountNext (operations As IDscNodeOperations, nextPageLink As String) As IPage(Of DscNode)

Paramètres

operations
IDscNodeOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à