共用方式為


ContainerAppsOperationsExtensions.ListByResourceGroupNext Method

Definition

Get the Container Apps in a given resource group.

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

Parameters

operations
IContainerAppsOperations

The operations group for this extension method.

nextPageLink
String

The NextLink from the previous successful call to List operation.

Returns

Applies to