Compartir a través de


KubeEnvironmentsOperationsExtensions.ListBySubscriptionNextAsync Método

Definición

Obtenga todos los entornos de Kubernetes para una suscripción.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.KubeEnvironment>> ListBySubscriptionNextAsync (this Microsoft.Azure.Management.WebSites.IKubeEnvironmentsOperations operations, string nextPageLink, System.Threading.CancellationToken cancellationToken = default);
static member ListBySubscriptionNextAsync : 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 ListBySubscriptionNextAsync (operations As IKubeEnvironmentsOperations, nextPageLink As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of KubeEnvironment))

Parámetros

operations
IKubeEnvironmentsOperations

Grupo de operaciones para este método de extensión.

nextPageLink
String

NextLink de la llamada correcta anterior a la operación List.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Comentarios

Descripción para Obtener todos los entornos de Kubernetes para una suscripción.

Se aplica a