Compartir a través de


PrivateLinkScopesOperationsExtensions.ListByResourceGroupNext Método

Definición

Obtiene una lista de PrivateLinkScopes de Azure Monitor dentro de un grupo de recursos.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope> ListByResourceGroupNext (this Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations operations, string nextPageLink);
static member ListByResourceGroupNext : Microsoft.Azure.Management.Monitor.IPrivateLinkScopesOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Monitor.Models.AzureMonitorPrivateLinkScope>
<Extension()>
Public Function ListByResourceGroupNext (operations As IPrivateLinkScopesOperations, nextPageLink As String) As IPage(Of AzureMonitorPrivateLinkScope)

Parámetros

operations
IPrivateLinkScopesOperations

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