Sdílet prostřednictvím


StaticCidrsOperationsExtensions.ListNext Method

Definition

Gets list of Static CIDR resources at Network Manager level.

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

Parameters

operations
IStaticCidrsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to