共用方式為


DscConfigurationOperationsExtensions.ListByAutomationAccountNext 方法

定義

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。

傳回

適用於