KubeEnvironmentsOperationsExtensions.ListBySubscriptionNextAsync Método

Definição

Obtenha todos os Ambientes do Kubernetes para uma assinatura.

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

O grupo de operações para esse método de extensão.

nextPageLink
String

O NextLink da chamada com êxito anterior para a operação Listar.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter todos os Ambientes do Kubernetes para uma assinatura.

Aplica-se a