Partager via


ContainerAppsOperationsExtensions.ListByResourceGroupNext Méthode

Définition

Obtenez les applications conteneur dans un groupe de ressources donné.

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)

Paramètres

operations
IContainerAppsOperations

Groupe d’opérations pour cette méthode d’extension.

nextPageLink
String

NextLink du précédent appel réussi à l’opération List.

Retours

S’applique à