SubnetsOperationsExtensions.ListNext(ISubnetsOperations, String) Method

Definition

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

Parameters

operations
ISubnetsOperations
nextPageLink
String

Returns

IPage<Subnet>

Applies to