Sdílet prostřednictvím


DscConfigurationOperationsExtensions.ListByAutomationAccountNextAsync Metoda

Definice

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscConfiguration>> ListByAutomationAccountNextAsync (this Microsoft.Azure.Management.Automation.IDscConfigurationOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByAutomationAccountNextAsync : Microsoft.Azure.Management.Automation.IDscConfigurationOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Automation.Models.DscConfiguration>>
<Extension()>
Public Function ListByAutomationAccountNextAsync (operations As IDscConfigurationOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DscConfiguration))

Parametry

operations
IDscConfigurationOperations

Skupina operací pro tuto rozšiřující metodu.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro