Compartir a través de


IpAllocationsOperationsExtensions.ListByResourceGroupNext Método

Definición

Obtiene todas las ipAllocations de un grupo de recursos.

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

Parámetros

operations
IIpAllocationsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

Devoluciones

Se aplica a