Freigeben über


ContainerAppsOperationsExtensions.ListByResourceGroupAsync Methode

Definition

Rufen Sie die Container-Apps in einer bestimmten Ressourcengruppe ab.

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))

Parameter

operations
IContainerAppsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: