Sdílet prostřednictvím


ConnectionTypeOperationsExtensions.ListByAutomationAccountNextAsync Metoda

Definice

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

Parametry

operations
IConnectionTypeOperations

Skupina operací pro tuto metodu rozšíření.

nextPageLink
String

The NextLink from the previous successful call to List operation.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Platí pro