Freigeben über


CustomIPPrefixesOperationsExtensions.ListAllNext Methode

Definition

Ruft alle benutzerdefinierten IP-Präfixe in einem Abonnement ab.

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

Parameter

operations
ICustomIPPrefixesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

Gibt zurück

Gilt für: