Aracılığıyla paylaş


NetworkInterfacesOperationsExtensions.ListAllNext Method

Definition

Gets all network interfaces in a subscription.

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

Parameters

operations
INetworkInterfacesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to