DscNodeOperationsExtensions.ListByAutomationAccountNext メソッド

定義

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)

パラメーター

operations
IDscNodeOperations

この拡張メソッドの操作グループ。

nextPageLink
String

List 操作への前回の正常な呼び出しからの NextLink。

戻り値

適用対象