Compartilhar via


ContainerAppsOperationsExtensions.ListByResourceGroupAsync Método

Definição

Obtenha os Aplicativos de Contêiner em um determinado grupo de recursos.

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

Parâmetros

operations
IContainerAppsOperations

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

resourceGroupName
String

Nome do grupo de recursos ao qual pertence o recurso.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Aplica-se a