Share via


AFDOriginGroupsOperationsExtensions.ListByProfileNext Method

Definition

Lists all of the existing origin groups within a profile.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup> ListByProfileNext (this Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations operations, string nextPageLink);
static member ListByProfileNext : Microsoft.Azure.Management.Cdn.IAFDOriginGroupsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Cdn.Models.AFDOriginGroup>
<Extension()>
Public Function ListByProfileNext (operations As IAFDOriginGroupsOperations, nextPageLink As String) As IPage(Of AFDOriginGroup)

Parameters

operations
IAFDOriginGroupsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to