SubnetsOperationsExtensions.ListNext(ISubnetsOperations, String) Method

Definition

Gets all subnets in a virtual network.

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

Parameters

operations
ISubnetsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to