Compartilhar via


AppServiceEnvironmentsOperationsExtensions.ListMultiRolePoolsAsync Método

Definição

Obter todos os pools de várias funções.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner>> ListMultiRolePoolsAsync (this Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, System.Threading.CancellationToken cancellationToken = default);
static member ListMultiRolePoolsAsync : Microsoft.Azure.Management.AppService.Fluent.IAppServiceEnvironmentsOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.WorkerPoolResourceInner>>
<Extension()>
Public Function ListMultiRolePoolsAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of WorkerPoolResourceInner))

Parâmetros

operations
IAppServiceEnvironmentsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

name
String

Nome do Ambiente do Serviço de Aplicativo.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Descrição para Obter todos os pools de várias funções.

Aplica-se a