Udostępnij za pośrednictwem


WCFRelaysOperationsExtensions.ListByNamespaceNext Method

Definition

Lists the WCFRelays within the namespace.

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)

Parameters

operations
IWCFRelaysOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to