Partager via


CustomIPPrefixesOperationsExtensions.ListNext Méthode

Définition

Obtient tous les préfixes IP personnalisés dans un groupe de ressources.

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

Paramètres

operations
ICustomIPPrefixesOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink de l’opération précédente d’appel réussi à List.

Retours

S’applique à