Freigeben über


KubeEnvironmentsOperationsExtensions.ListByResourceGroupNextAsync Methode

Definition

Rufen Sie alle Kubernetes-Umgebungen in einer Ressourcengruppe ab.

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

Parameter

operations
IKubeEnvironmentsOperations

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

Beschreibung für Abrufen aller Kubernetes-Umgebungen in einer Ressourcengruppe.

Gilt für: