Compartir a través de


WCFRelaysOperationsExtensions.ListByNamespaceNext Método

Definición

Enumera wcFRelays dentro del espacio de nombres.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.WcfRelay> ListByNamespaceNext (this Microsoft.Azure.Management.Relay.IWCFRelaysOperations operations, string nextPageLink);
static member ListByNamespaceNext : Microsoft.Azure.Management.Relay.IWCFRelaysOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Relay.Models.WcfRelay>
<Extension()>
Public Function ListByNamespaceNext (operations As IWCFRelaysOperations, nextPageLink As String) As IPage(Of WcfRelay)

Parámetros

operations
IWCFRelaysOperations

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