Compartilhar via


ManagedInstancePrivateLinkResourcesOperationsExtensions.ListByManagedInstanceNextAsync Método

Definição

Obtém os recursos de link privado para o SQL Server.

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

Parâmetros

operations
IManagedInstancePrivateLinkResourcesOperations

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a