Freigeben über


ContainerGroupsOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Rufen Sie eine Liste der Containergruppen im angegebenen Abonnement und der angegebenen Ressourcengruppe ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner>> ListByResourceGroupNextAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupNextAsync : Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner>>
<Extension()>
Public Function ListByResourceGroupNextAsync (operations As IContainerGroupsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ContainerGroupInner))

Parameter

operations
IContainerGroupsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

nextPageLink
String

Der NextLink aus dem vorherigen erfolgreichen Aufruf des List-Vorgangs.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Rufen Sie eine Liste der Containergruppen in einem angegebenen Abonnement und einer angegebenen Ressourcengruppe ab. Dieser Vorgang gibt Eigenschaften jeder Containergruppe zurück, einschließlich Containern, Anmeldeinformationen für die Imageregistrierung, Neustartrichtlinie, IP-Adresstyp, Betriebssystemtyp, Zustand und Volumes.

Gilt für: