DscNodeOperationsExtensions.ListByAutomationAccountNext Methode

Definition

Ruft eine Liste der dsc-Knoten ab. 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)

Parameter

operations
IDscNodeOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

Gibt zurück

Gilt für: