Freigeben über


ContainerGroupsOperationsExtensions.ListNextAsync Methode

Definition

Rufen Sie eine Liste der Containergruppen im angegebenen Abonnement ab.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.ContainerInstance.Fluent.Models.ContainerGroupInner>> ListNextAsync (this Microsoft.Azure.Management.ContainerInstance.Fluent.IContainerGroupsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListNextAsync : 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 ListNextAsync (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

NextLink aus dem vorherigen erfolgreichen Aufruf von List-Vorgang.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

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

Gilt für: