Freigeben über


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesByResourceGroupNextAsync Methode

Definition

Gibt alle Private Link-Dienst-IDs zurück, die mit einem privaten Endpunkt verknüpft werden können, der in diesem Abonnement in dieser Region automatisch genehmigt wurde.

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

Parameter

operations
IPrivateLinkServicesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: