Compartir a través de


ConnectionTypeOperationsExtensions.ListByAutomationAccountNextAsync Método

Definición

Recupere una lista de tipos de conexión. http://aka.ms/azureautomationsdk/connectiontypeoperations

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))

Parámetros

operations
IConnectionTypeOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a