次の方法で共有


DscConfigurationOperationsExtensions.ListByAutomationAccountNext メソッド

定義

構成の一覧を取得します。 http://aka.ms/azureautomationsdk/configurationoperations

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

パラメーター

operations
IDscConfigurationOperations

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

nextPageLink
String

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

戻り値

適用対象