Compartir a través de


PrivateLinkServicesOperationsExtensions.ListAutoApprovedPrivateLinkServicesByResourceGroupNext Método

Definición

Devuelve todos los identificadores de servicio de private link que se pueden vincular a un punto de conexión privado con aprobado automáticamente en esta suscripción de esta región.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService> ListAutoApprovedPrivateLinkServicesByResourceGroupNext (this Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations operations, string nextPageLink);
static member ListAutoApprovedPrivateLinkServicesByResourceGroupNext : Microsoft.Azure.Management.Network.IPrivateLinkServicesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Network.Models.AutoApprovedPrivateLinkService>
<Extension()>
Public Function ListAutoApprovedPrivateLinkServicesByResourceGroupNext (operations As IPrivateLinkServicesOperations, nextPageLink As String) As IPage(Of AutoApprovedPrivateLinkService)

Parámetros

operations
IPrivateLinkServicesOperations

El grupo de operaciones de este método de extensión.

nextPageLink
String

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

Devoluciones

Se aplica a