Udostępnij za pośrednictwem


NetworkExperimentProfilesOperationsExtensions.ListByResourceGroupNext Method

Definition

Gets a list of Network Experiment Profiles within a resource group under a subscription

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

Parameters

operations
INetworkExperimentProfilesOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to