Partager via


ContainerAppsOperationsExtensions.ListBySubscriptionNext Méthode

Définition

Obtenez les applications conteneur dans un abonnement donné.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp> ListBySubscriptionNext (this Microsoft.Azure.Management.WebSites.IContainerAppsOperations operations, string nextPageLink);
static member ListBySubscriptionNext : Microsoft.Azure.Management.WebSites.IContainerAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.ContainerApp>
<Extension()>
Public Function ListBySubscriptionNext (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 de l’opération précédente d’appel réussi à List.

Retours

S’applique à