Compartilhar via


Método ConnectionTypeOperationsExtensions.ListNextAsync (IConnectionTypeOperations, String)

 

Recupere a lista próxima de connectiontypes. (consulte https://aka.ms/azureautomationsdk/connectiontypeoperations para obter mais informações)

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (em Microsoft.WindowsAzure.Management.Automation.dll)

Sintaxe

public static Task<ConnectionTypeListResponse> ListNextAsync(
    this IConnectionTypeOperations operations,
    string nextLink
)
public:
[ExtensionAttribute]
static Task<ConnectionTypeListResponse^>^ ListNextAsync(
    IConnectionTypeOperations^ operations,
    String^ nextLink
)
static member ListNextAsync : 
        operations:IConnectionTypeOperations *
        nextLink:string -> Task<ConnectionTypeListResponse>
<ExtensionAttribute>
Public Shared Function ListNextAsync (
    operations As IConnectionTypeOperations,
    nextLink As String
) As Task(Of ConnectionTypeListResponse)

Parâmetros

  • nextLink
    Type: System.String

    Obrigatório. O link para recuperar o próximo conjunto de itens.

Valor de retorno

Type: System.Threading.Tasks.Task<ConnectionTypeListResponse>

O modelo de resposta para a operação de tipo de conexão da lista.

Consulte também

Classe ConnectionTypeOperationsExtensions
Namespace Microsoft.WindowsAzure.Management.Automation

Retornar ao topo