Compartir a través de


VirtualNetworkRulesOperationsExtensions.ListByAccountNextAsync Método

Definición

Enumera las reglas de red virtual de Data Lake Store dentro de la cuenta de Data Lake Store especificada.

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

Parámetros

operations
IVirtualNetworkRulesOperations

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

nextPageLink
String

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

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a