Compartilhar via


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesNextAsync Método

Definição

Retorna todas as IDs de serviço de link privado que podem ser vinculadas a um ponto de extremidade privado com aprovação automática nesta assinatura nesta região.

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

Parâmetros

operations
IPrivateLinkServicesOperations

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

nextPageLink
String

O NextLink da chamada bem-sucedida anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a