Condividi tramite


StaticMembersOperationsExtensions.ListNext Method

Definition

Lists the specified static member.

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

Parameters

operations
IStaticMembersOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to